Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Deleted extraneous case files | cecb4eca8cb2d933acaad226831230f3517c5132 | Anurag.Misra | 2017-12-05 13:10:40 |
fixed batchSettler case with real values | 5e3967ef13cd8b570522b7d1cbc59ca01f76ec16 | Anurag.Misra | 2017-12-05 13:05:30 |
fixed horizontalSettler2D mesh | d79c28081dd5b2cc6f77c9c003c26941d3a27ea6 | Anurag Misra | 2017-12-05 12:59:28 |
fixed buoyancy kernel definition | 63b8743b0bb1d1316ec16e85382cd49ca0431356 | Anurag Misra | 2017-12-05 12:53:37 |
Added additional case file for troubleshooting | 6e8b93a3ef9ab2c9bae9a6b2eb85ecedbaf45a68 | Anurag Misra | 2017-11-28 15:33:40 |
updated boundary conditions, minor changes in mesh | 3ab8a7206d97870b823dcdceb939f0494c4be1a6 | Anurag Misra | 2017-11-10 17:50:16 |
Explicity defined floats to solve compilation problems with centOS/RHEL | 5be4ffff7079912f4481525944fc5e778b9040e5 | Anurag Misra | 2017-11-09 15:16:47 |
Replaced instances of pow with Foam::pow to solve compilation problems with centOS/RHEL | 1b5fb4cbdb7d57eb035f8f3ff110d91f88109545 | Anurag Misra | 2017-11-09 15:10:32 |
Renamed testCase0 to batchSettler | 41a5dfa7953de58bea67e177a2be3282aef19b4b | Anurag Misra | 2017-11-09 15:04:56 |
Added new test case, continuous settler | 9445b7f20882040279a500c3bf96d6c0c6fc7d49 | Anurag Misra | 2017-11-09 15:03:14 |
improved and parametrized batchSettler mesh | e3cafb8122b092316bee98619ddb7c6b88b03329 | Anurag Misra | 2017-10-21 16:15:43 |
clean buoyancyInduced coalescenceKernels : select continuous phase via dictionary + update testcase | 4aec5813eb4cff7d133a59cd51ec703432bce454 | Cyrille Bonamy | 2017-10-16 21:48:52 |
debug + supress hack of coalescenceKernel class | 7ede4d4c9283c6865f560ec1259177f335918c34 | Cyrille Bonamy | 2017-10-16 21:38:20 |
supress unnecessary files (mesh generated with blockmesh command) | d77cea7ecb13092c8dc8aac3865fa73bde9b2b4b | Cyrille Bonamy | 2017-10-16 21:37:17 |
move all testcases in unique directory | d3aa43dc5e49267577403dbe5928ea37a0506639 | Cyrille Bonamy | 2017-10-16 21:36:45 |
fixed calculation of relative velocity | c24a80e1330dfff8aa73e9613ba733e34579f4d0 | Anurag Misra | 2017-10-13 14:24:44 |
corrected buoyancy kernel | aa79b76dd69bd0c168790376972ce7cfb9dff64c | Anurag Misra | 2017-10-13 11:19:28 |
Updated dictionary files in all cases | 256463d85a1b3aeda3b54054461e94ba1eb193eb | Anurag Misra | 2017-10-12 21:03:28 |
temporary fix for buoyancy coalescence kernel | d0e321233fe4d6aff922bb7f6aaae40a1e7be589 | Anurag Misra | 2017-10-12 20:50:59 |
coalescence kernel added as duplicate of aggregation kernel | 1bfcdde0095170abed22b5a75a0f295b19fd91d0 | Anurag Misra | 2017-10-12 19:19:04 |
File testCases/batchSettler/0/T.aqueous deleted (index fdd8462..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | object T.aqueous; | ||
14 | } | ||
15 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
16 | |||
17 | dimensions [0 0 0 1 0 0 0]; | ||
18 | |||
19 | internalField uniform 356; | ||
20 | |||
21 | boundaryField | ||
22 | { | ||
23 | walls | ||
24 | { | ||
25 | type zeroGradient; | ||
26 | } | ||
27 | |||
28 | frontAndBackPlanes | ||
29 | { | ||
30 | type empty; | ||
31 | } | ||
32 | } | ||
33 | |||
34 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // |
File testCases/batchSettler/0/T.bicontinuous deleted (index f0ecb71..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | object T.bicontinuous; | ||
14 | } | ||
15 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
16 | |||
17 | dimensions [0 0 0 1 0 0 0]; | ||
18 | |||
19 | internalField uniform 356; | ||
20 | |||
21 | boundaryField | ||
22 | { | ||
23 | walls | ||
24 | { | ||
25 | type zeroGradient; | ||
26 | } | ||
27 | |||
28 | frontAndBackPlanes | ||
29 | { | ||
30 | type empty; | ||
31 | } | ||
32 | } | ||
33 | |||
34 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // |
File testCases/batchSettler/0/T.organic deleted (index 2fad03f..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | object T.organic; | ||
14 | } | ||
15 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
16 | |||
17 | dimensions [0 0 0 1 0 0 0]; | ||
18 | |||
19 | internalField uniform 356; | ||
20 | |||
21 | boundaryField | ||
22 | { | ||
23 | walls | ||
24 | { | ||
25 | type zeroGradient; | ||
26 | } | ||
27 | |||
28 | frontAndBackPlanes | ||
29 | { | ||
30 | type empty; | ||
31 | } | ||
32 | } | ||
33 | |||
34 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // |
File testCases/batchSettler/0/Theta deleted (index d1d6752..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | object Theta; | ||
14 | } | ||
15 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
16 | |||
17 | dimensions [0 2 -2 0 0 0 0]; | ||
18 | |||
19 | internalField uniform 0.0; | ||
20 | |||
21 | boundaryField | ||
22 | { | ||
23 | walls | ||
24 | { | ||
25 | type zeroGradient; | ||
26 | } | ||
27 | |||
28 | frontAndBackPlanes | ||
29 | { | ||
30 | type empty; | ||
31 | } | ||
32 | } | ||
33 | |||
34 | // ************************************************************************* // |
File testCases/batchSettler/0/U.aqueous deleted (index 6a3b83a..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format binary; | ||
12 | class volVectorField; | ||
13 | object U.aqueous; | ||
14 | } | ||
15 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
16 | |||
17 | dimensions [0 1 -1 0 0 0 0]; | ||
18 | |||
19 | internalField uniform (0 0 0); | ||
20 | |||
21 | boundaryField | ||
22 | { | ||
23 | walls | ||
24 | { | ||
25 | type fixedValue; | ||
26 | value uniform (0 0 0); | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | // ************************************************************************* // |
File testCases/batchSettler/0/U.bicontinuous deleted (index d6ba0bb..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format binary; | ||
12 | class volVectorField; | ||
13 | object U.bicontinuous; | ||
14 | } | ||
15 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
16 | |||
17 | dimensions [0 1 -1 0 0 0 0]; | ||
18 | |||
19 | internalField uniform (0 0 0); | ||
20 | |||
21 | boundaryField | ||
22 | { | ||
23 | walls | ||
24 | { | ||
25 | type fixedValue; | ||
26 | value uniform (0 0 0); | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | // ************************************************************************* // |
File testCases/batchSettler/0/U.organic deleted (index e1afa40..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format binary; | ||
12 | class volVectorField; | ||
13 | object U.organic; | ||
14 | } | ||
15 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
16 | |||
17 | dimensions [0 1 -1 0 0 0 0]; | ||
18 | |||
19 | internalField uniform (0 0 0); | ||
20 | |||
21 | boundaryField | ||
22 | { | ||
23 | walls | ||
24 | { | ||
25 | type fixedValue; | ||
26 | value uniform (0 0 0); | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | // ************************************************************************* // |
File testCases/batchSettler/0/alpha.aqueous deleted (index a539e5f..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object alpha.aqueous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 0 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 0.3145; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type zeroGradient; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/0/alpha.bicontinuous deleted (index 2f1f73f..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object alpha.bicontinuous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 0 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 0.129; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type zeroGradient; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/0/alpha.organic deleted (index 0e4b3f5..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object alpha.organic; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 0 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 0.5565; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type zeroGradient; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/0/d.aqueous deleted (index d7d2feb..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object d.aqueous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 1 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 1.29598e-04; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type zeroGradient; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/0/d.bicontinuous deleted (index 240369f..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object d.bicontinuous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 1 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 1.29598e-04; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type zeroGradient; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/0/epsilon deleted (index 26bdd7a..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object epsilon; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 2 -3 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 3.45e-21; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type epsilonWallFunction; | ||
27 | value $internalField; | ||
28 | } | ||
29 | |||
30 | frontAndBackPlanes | ||
31 | { | ||
32 | type empty; | ||
33 | } | ||
34 | } | ||
35 | |||
36 | |||
37 | // ************************************************************************* // |
File testCases/batchSettler/0/k deleted (index d6dc782..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object k; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 2 -2 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 3.75e-15; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type kqRWallFunction; | ||
27 | value $internalField; | ||
28 | } | ||
29 | |||
30 | frontAndBackPlanes | ||
31 | { | ||
32 | type empty; | ||
33 | } | ||
34 | } | ||
35 | |||
36 | |||
37 | // ************************************************************************* // |
File testCases/batchSettler/0/moment.0.populationBalance.aqueous deleted (index d8d6d22..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.0.populationBalance; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 -3 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 5.55462564600677e+11; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type zeroGradient; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/0/moment.0.populationBalance.bicontinuous deleted (index d8d6d22..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.0.populationBalance; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 -3 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 5.55462564600677e+11; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type zeroGradient; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/0/moment.1.populationBalance.aqueous deleted (index 60901ac..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.1.populationBalance; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 -2 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 6.10384240993490e+07; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type zeroGradient; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/0/moment.1.populationBalance.bicontinuous deleted (index 60901ac..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.1.populationBalance; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 -2 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 6.10384240993490e+07; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type zeroGradient; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/0/moment.2.populationBalance.aqueous deleted (index 88def25..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.2.populationBalance; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 -1 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 7.36838140802775e+03; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type zeroGradient; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/0/moment.2.populationBalance.bicontinuous deleted (index 88def25..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.2.populationBalance; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 -1 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 7.36838140802775e+03; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type zeroGradient; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/0/moment.3.populationBalance.aqueous deleted (index c9626fe..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.3.populationBalance; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 0 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 9.54929614048008e-01; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type zeroGradient; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/0/moment.3.populationBalance.bicontinuous deleted (index c9626fe..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.3.populationBalance; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 0 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 9.54929614048008e-01; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type zeroGradient; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/0/moment.4.populationBalance.aqueous deleted (index 242f01c..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.4.populationBalance; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 1 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 1.30477720906597e-04; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type zeroGradient; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/0/moment.4.populationBalance.bicontinuous deleted (index 242f01c..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.4.populationBalance; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 1 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 1.30477720906597e-04; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | walls | ||
25 | { | ||
26 | type zeroGradient; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/0/nut deleted (index 58ed353..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | object nut.water; | ||
14 | } | ||
15 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
16 | |||
17 | dimensions [0 2 -1 0 0 0 0]; | ||
18 | |||
19 | internalField uniform 1e-8; | ||
20 | |||
21 | boundaryField | ||
22 | { | ||
23 | walls | ||
24 | { | ||
25 | type nutkWallFunction; | ||
26 | value $internalField; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | // ************************************************************************* // |
File testCases/batchSettler/0/p_rgh deleted (index 051c689..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | object p_rgh; | ||
14 | } | ||
15 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
16 | |||
17 | dimensions [1 -1 -2 0 0 0 0]; | ||
18 | |||
19 | internalField uniform 0; | ||
20 | |||
21 | boundaryField | ||
22 | { | ||
23 | walls | ||
24 | { | ||
25 | type fixedFluxPressure; | ||
26 | value uniform $internalField; | ||
27 | } | ||
28 | |||
29 | frontAndBackPlanes | ||
30 | { | ||
31 | type empty; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // |
File testCases/batchSettler/constant/g deleted (index c955ad5..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class uniformDimensionedVectorField; | ||
13 | location "constant"; | ||
14 | object g; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 1 -2 0 0 0 0]; | ||
19 | value (0 -9.81 0); | ||
20 | |||
21 | |||
22 | // ************************************************************************* // |
File testCases/batchSettler/constant/polyMesh/boundary deleted (index 65204fc..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class polyBoundaryMesh; | ||
13 | location "constant/polyMesh"; | ||
14 | object boundary; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | 2 | ||
19 | ( | ||
20 | walls | ||
21 | { | ||
22 | type wall; | ||
23 | inGroups 1(wall); | ||
24 | nFaces 434; | ||
25 | startFace 35471; | ||
26 | } | ||
27 | frontAndBackPlanes | ||
28 | { | ||
29 | type empty; | ||
30 | inGroups 1(empty); | ||
31 | nFaces 35688; | ||
32 | startFace 35905; | ||
33 | } | ||
34 | ) | ||
35 | |||
36 | // ************************************************************************* // |
File testCases/batchSettler/constant/polyMesh/cellZones deleted (index 2fd8650..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class regIOobject; | ||
13 | location "constant/polyMesh"; | ||
14 | object cellZones; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | 0 | ||
19 | () | ||
20 | |||
21 | // ************************************************************************* // |
File testCases/batchSettler/constant/polyMesh/faceZones deleted (index b21ca29..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class regIOobject; | ||
13 | location "constant/polyMesh"; | ||
14 | object faceZones; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | 0 | ||
19 | () | ||
20 | |||
21 | // ************************************************************************* // |
The diff for file testCases/batchSettler/constant/polyMesh/faces is too big (71617 changes) and cannot be shown. |
The diff for file testCases/batchSettler/constant/polyMesh/neighbour is too big (35496 changes) and cannot be shown. |
The diff for file testCases/batchSettler/constant/polyMesh/owner is too big (71618 changes) and cannot be shown. |
File testCases/batchSettler/constant/polyMesh/pointZones deleted (index 8205161..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class regIOobject; | ||
13 | location "constant/polyMesh"; | ||
14 | object pointZones; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | 0 | ||
19 | () | ||
20 | |||
21 | // ************************************************************************* // |
The diff for file testCases/batchSettler/constant/polyMesh/points is too big (36148 changes) and cannot be shown. |
File testCases/batchSettler/constant/polyMesh/sets/twoInternalFacesCells deleted (index 82df5fa..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class cellSet; | ||
13 | location "constant/polyMesh/sets"; | ||
14 | object twoInternalFacesCells; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | |||
19 | 2 | ||
20 | ( | ||
21 | 78 | ||
22 | 14841 | ||
23 | ) | ||
24 | |||
25 | // ************************************************************************* // |
File testCases/batchSettler/constant/populationBalanceProperties.aqueous deleted (index 0763eb4..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "constant"; | ||
14 | object populationaBalanceProperties.aqueous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | populationBalanceModel univariate; | ||
19 | |||
20 | Switch_SolveQuadrature on; | ||
21 | |||
22 | univariateCoeffs | ||
23 | { | ||
24 | aggregation off; | ||
25 | |||
26 | aggregationKernel | ||
27 | { | ||
28 | aggregationKernel constant; | ||
29 | |||
30 | Ca Ca [ 0 0 -1 0 0 0 0 ] 5.0e-14; | ||
31 | } | ||
32 | |||
33 | coalescence on; | ||
34 | |||
35 | coalescenceKernel | ||
36 | { | ||
37 | coalescenceKernel buoyancyInduced; | ||
38 | |||
39 | Ck Ck [ 0 0 -1 0 0 0 0 ] 1.0; | ||
40 | Ucrit Ucrit [ 0 1 -1 0 0 0 0 ] 5.0e-4; | ||
41 | } | ||
42 | |||
43 | breakup off; | ||
44 | |||
45 | breakupKernel | ||
46 | { | ||
47 | breakupKernel constant; | ||
48 | |||
49 | Cb Cb [ 0 0 0 0 0 0 0 ] 0.0; | ||
50 | //epsilonExp 0.75; | ||
51 | //nuExp -1.25; | ||
52 | //sizeExp 1.0; | ||
53 | } | ||
54 | |||
55 | daughterDistribution | ||
56 | { | ||
57 | daughterDistribution uniform; //symmetricFragmentation; | ||
58 | } | ||
59 | |||
60 | diffusionModel | ||
61 | { | ||
62 | diffusionModel none; //turbulentDiffusion; | ||
63 | //gammaLam gammaLam [ 0 2 -1 0 0 0 0 ] 0.0001; | ||
64 | //Sc 0.7; | ||
65 | } | ||
66 | |||
67 | growth off; | ||
68 | |||
69 | growthModel | ||
70 | { | ||
71 | growthModel constant; | ||
72 | minAbscissa minAbscissa [0 -2 0 0 0 0 0] 0.0; | ||
73 | maxAbscissa maxAbscissa [0 -2 0 0 0 0 0] 0.0; | ||
74 | |||
75 | //Cg Cg [0 3 -1 0 0 0 0 ] 1.0; | ||
76 | } | ||
77 | |||
78 | nucleationModel | ||
79 | { | ||
80 | nucleationModel none; | ||
81 | } | ||
82 | |||
83 | odeCoeffs | ||
84 | { | ||
85 | ATol 1.0e-8; | ||
86 | RTol 1.0e-4; | ||
87 | fac 0.9; | ||
88 | facMin 0.5; | ||
89 | facMax 2.0; | ||
90 | minLocalDt 1.0e-5; | ||
91 | } | ||
92 | } | ||
93 | |||
94 | |||
95 | // ************************************************************************* // |
File testCases/batchSettler/constant/populationBalanceProperties.bicontinuous deleted (index 1864b5f..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "constant"; | ||
14 | object populationaBalanceProperties.bicontinuous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | populationBalanceModel univariate; | ||
19 | |||
20 | Switch_SolveQuadrature on; | ||
21 | |||
22 | univariateCoeffs | ||
23 | { | ||
24 | aggregation off; | ||
25 | |||
26 | aggregationKernel | ||
27 | { | ||
28 | aggregationKernel constant; | ||
29 | |||
30 | Ca Ca [ 0 0 -1 0 0 0 0 ] 1.0e-13; | ||
31 | } | ||
32 | |||
33 | coalescence on; | ||
34 | |||
35 | coalescenceKernel | ||
36 | { | ||
37 | coalescenceKernel buoyancyInduced; | ||
38 | |||
39 | Ck Ck [ 0 0 -1 0 0 0 0 ] 1.0; | ||
40 | Ucrit Ucrit [ 0 1 -1 0 0 0 0 ] 1.0e-3; | ||
41 | } | ||
42 | |||
43 | breakup off; | ||
44 | |||
45 | breakupKernel | ||
46 | { | ||
47 | breakupKernel constant; | ||
48 | |||
49 | Cb Cb [ 0 0 0 0 0 0 0 ] 0.0; | ||
50 | //epsilonExp 0.75; | ||
51 | //nuExp -1.25; | ||
52 | //sizeExp 1.0; | ||
53 | } | ||
54 | |||
55 | daughterDistribution | ||
56 | { | ||
57 | daughterDistribution uniform; //symmetricFragmentation; | ||
58 | } | ||
59 | |||
60 | diffusionModel | ||
61 | { | ||
62 | diffusionModel none; //turbulentDiffusion; | ||
63 | //gammaLam gammaLam [ 0 2 -1 0 0 0 0 ] 0.0001; | ||
64 | //Sc 0.7; | ||
65 | } | ||
66 | |||
67 | growth off; | ||
68 | |||
69 | growthModel | ||
70 | { | ||
71 | growthModel constant; | ||
72 | minAbscissa minAbscissa [0 -2 0 0 0 0 0] 0.0; | ||
73 | maxAbscissa maxAbscissa [0 -2 0 0 0 0 0] 0.0; | ||
74 | |||
75 | //Cg Cg [0 3 -1 0 0 0 0 ] 1.0; | ||
76 | } | ||
77 | |||
78 | nucleationModel | ||
79 | { | ||
80 | nucleationModel none; | ||
81 | } | ||
82 | |||
83 | odeCoeffs | ||
84 | { | ||
85 | ATol 1.0e-8; | ||
86 | RTol 1.0e-4; | ||
87 | fac 0.9; | ||
88 | facMin 0.5; | ||
89 | facMax 2.0; | ||
90 | minLocalDt 1.0e-5; | ||
91 | } | ||
92 | } | ||
93 | |||
94 | |||
95 | // ************************************************************************* // |
File testCases/batchSettler/constant/populationBalanceProperties.organic deleted (index 534ac31..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "constant"; | ||
14 | object populationaBalanceProperties.organic; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | Switch_SolveQuadrature off; | ||
19 | |||
20 | // ************************************************************************* // |
File testCases/batchSettler/constant/quadratureProperties.populationBalance.aqueous deleted (index 17d147a..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "constant"; | ||
14 | object quadratureProperties.aqueous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | fieldMomentInversion extendedFieldMomentInversion; | ||
19 | |||
20 | extendedMomentInversionCoeff | ||
21 | { | ||
22 | extendedMomentInversion lognormal; | ||
23 | |||
24 | maxSigmaIter 1000; | ||
25 | momentsTol 1.0e-6; | ||
26 | sigmaTol 1.0e-8; | ||
27 | targetFunctionTol 1.0e-8; | ||
28 | |||
29 | basicQuadrature | ||
30 | { | ||
31 | univariateMomentInversion Gauss; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | /* | ||
36 | basicMomentInversion | ||
37 | { | ||
38 | univariateMomentInversion Gauss; | ||
39 | } | ||
40 | |||
41 | momentAdvection | ||
42 | { | ||
43 | univariateMomentAdvection noAdvection; | ||
44 | } | ||
45 | */ | ||
46 | |||
47 | moments | ||
48 | ( | ||
49 | (0) | ||
50 | (1) | ||
51 | (2) | ||
52 | (3) | ||
53 | (4) | ||
54 | ); | ||
55 | |||
56 | nodes | ||
57 | ( | ||
58 | node0{} | ||
59 | node1{} | ||
60 | ); | ||
61 | |||
62 | // ************************************************************************* // |
File testCases/batchSettler/constant/quadratureProperties.populationBalance.bicontinuous deleted (index d12f5eb..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "constant"; | ||
14 | object quadratureProperties.bicontinuous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | fieldMomentInversion extendedFieldMomentInversion; | ||
19 | |||
20 | extendedMomentInversionCoeff | ||
21 | { | ||
22 | extendedMomentInversion lognormal; | ||
23 | |||
24 | maxSigmaIter 1000; | ||
25 | momentsTol 1.0e-6; | ||
26 | sigmaTol 1.0e-8; | ||
27 | targetFunctionTol 1.0e-8; | ||
28 | |||
29 | basicQuadrature | ||
30 | { | ||
31 | univariateMomentInversion Gauss; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | /* | ||
36 | basicMomentInversion | ||
37 | { | ||
38 | univariateMomentInversion Gauss; | ||
39 | } | ||
40 | |||
41 | momentAdvection | ||
42 | { | ||
43 | univariateMomentAdvection noAdvection; | ||
44 | } | ||
45 | */ | ||
46 | |||
47 | moments | ||
48 | ( | ||
49 | (0) | ||
50 | (1) | ||
51 | (2) | ||
52 | (3) | ||
53 | (4) | ||
54 | ); | ||
55 | |||
56 | nodes | ||
57 | ( | ||
58 | node0{} | ||
59 | node1{} | ||
60 | ); | ||
61 | |||
62 | // ************************************************************************* // |
File testCases/batchSettler/constant/transportProperties deleted (index 1d0c69e..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "constant"; | ||
14 | object transportProperties; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | phases | ||
19 | ( | ||
20 | organic | ||
21 | { | ||
22 | nu 8.292e-07; // Dynamic viscosity = 6.07e-4 | ||
23 | kappa 0.135; // Approximate value, not from experiment! | ||
24 | Cp 1904.99; // Approximate value, not from experiment! | ||
25 | rho 732; | ||
26 | |||
27 | diameterModel constant; | ||
28 | constantCoeffs | ||
29 | { | ||
30 | d 1e-03; | ||
31 | } | ||
32 | } | ||
33 | |||
34 | aqueous | ||
35 | { | ||
36 | nu 5.9e-07; // Dynamic viscosity = 5.7e-4 | ||
37 | kappa 0.6; // needs to be corrected for energy equation | ||
38 | Cp 4182; // needs to be corrected for energy equation | ||
39 | rho 966; | ||
40 | |||
41 | diameterModel QBMM; | ||
42 | QBMMCoeffs | ||
43 | { | ||
44 | dMax 1e-01; | ||
45 | dMin 1e-06; | ||
46 | Kv 0.5235988; | ||
47 | min_moment2 1e-06; | ||
48 | } | ||
49 | } | ||
50 | |||
51 | bicontinuous | ||
52 | { | ||
53 | nu 1.322e-07; // Dynamic viscosity = 1.2345e-4 | ||
54 | kappa 0.6; // Using same value as for water, not from experiment! | ||
55 | Cp 4182; // Using same value as for, not from experiment! | ||
56 | rho 934; | ||
57 | |||
58 | diameterModel QBMM; | ||
59 | QBMMCoeffs | ||
60 | { | ||
61 | dMax 1e-01; | ||
62 | dMin 1e-06; | ||
63 | Kv 0.5235988; | ||
64 | min_moment2 1e-06; } | ||
65 | } | ||
66 | ); | ||
67 | |||
68 | |||
69 | sigmas | ||
70 | ( | ||
71 | (aqueous organic) 9.61e-4 | ||
72 | (bicontinuous organic) 7.4e-4 | ||
73 | (bicontinuous aqueous) 4.52e-4 | ||
74 | ); | ||
75 | |||
76 | interfaceCompression | ||
77 | ( | ||
78 | (aqueous organic) 0 | ||
79 | (bicontinuous organic) 0 | ||
80 | (bicontinuous aqueous) 0 | ||
81 | ); | ||
82 | |||
83 | virtualMass | ||
84 | ( | ||
85 | (aqueous organic) 0.5 | ||
86 | (bicontinuous organic) 0.5 | ||
87 | (bicontinuous aqueous) 0.5 | ||
88 | ); | ||
89 | |||
90 | drag | ||
91 | ( | ||
92 | (aqueous organic) | ||
93 | { | ||
94 | type SchillerNaumann; | ||
95 | |||
96 | residualPhaseFraction 1e-3; | ||
97 | residualSlip 1e-3; | ||
98 | } | ||
99 | |||
100 | (bicontinuous organic) | ||
101 | { | ||
102 | type SchillerNaumann; | ||
103 | |||
104 | residualPhaseFraction 1e-3; | ||
105 | residualSlip 1e-3; | ||
106 | } | ||
107 | |||
108 | (bicontinuous aqueous) | ||
109 | { | ||
110 | type blended; | ||
111 | |||
112 | bicontinuous | ||
113 | { | ||
114 | type SchillerNaumann; | ||
115 | residualPhaseFraction 0; | ||
116 | residualSlip 0; | ||
117 | } | ||
118 | |||
119 | aqueous | ||
120 | { | ||
121 | type SchillerNaumann; | ||
122 | residualPhaseFraction 0; | ||
123 | residualSlip 0; | ||
124 | } | ||
125 | |||
126 | residualPhaseFraction 1e-2; | ||
127 | residualSlip 1e-2; | ||
128 | } | ||
129 | ); | ||
130 | |||
131 | |||
132 | // This is a dummy to support the Smagorinsky model | ||
133 | transportModel Newtonian; | ||
134 | nu [0 2 -1 0 0 0 0] 0; | ||
135 | |||
136 | |||
137 | // ************************************************************************* // |
File testCases/batchSettler/constant/turbulenceProperties deleted (index 8a3fce7..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "constant"; | ||
14 | object turbulenceProperties; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | simulationType laminar; | ||
19 | |||
20 | RAS | ||
21 | { | ||
22 | RASModel kEpsilon; | ||
23 | |||
24 | turbulence on; | ||
25 | printCoeffs on; | ||
26 | } | ||
27 | |||
28 | LES | ||
29 | { | ||
30 | LESModel Smagorinsky; | ||
31 | |||
32 | turbulence on; | ||
33 | printCoeffs on; | ||
34 | |||
35 | delta cubeRootVol; | ||
36 | |||
37 | cubeRootVolCoeffs | ||
38 | { | ||
39 | deltaCoeff 1; | ||
40 | } | ||
41 | } | ||
42 | |||
43 | |||
44 | // ************************************************************************* // |
File testCases/batchSettler/system/controlDict deleted (index 3a2bd55..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "system"; | ||
14 | object controlDict; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | application multiphaseEulerPbeFoam; | ||
19 | |||
20 | startFrom latestTime; | ||
21 | |||
22 | startTime 0; | ||
23 | |||
24 | stopAt endTime; | ||
25 | |||
26 | endTime 70; | ||
27 | |||
28 | deltaT 1e-3; | ||
29 | |||
30 | writeControl runTime; | ||
31 | |||
32 | writeInterval 5e-2; | ||
33 | |||
34 | purgeWrite 0; | ||
35 | |||
36 | writeFormat ascii; | ||
37 | |||
38 | writePrecision 6; | ||
39 | |||
40 | writeCompression uncompressed; | ||
41 | |||
42 | timeFormat general; | ||
43 | |||
44 | timePrecision 6; | ||
45 | |||
46 | runTimeModifiable yes; | ||
47 | |||
48 | adjustTimeStep no; | ||
49 | |||
50 | maxCo 0.1; | ||
51 | |||
52 | maxDeltaT 1e-3; | ||
53 | |||
54 | functions | ||
55 | { | ||
56 | fieldAverage1 | ||
57 | { | ||
58 | type fieldAverage; | ||
59 | libs ( "libfieldFunctionObjects.so" ); | ||
60 | writeControl writeTime; | ||
61 | fields | ||
62 | ( | ||
63 | U.organic | ||
64 | { | ||
65 | mean on; | ||
66 | prime2Mean off; | ||
67 | base time; | ||
68 | } | ||
69 | |||
70 | U.aqueous | ||
71 | { | ||
72 | mean on; | ||
73 | prime2Mean off; | ||
74 | base time; | ||
75 | } | ||
76 | |||
77 | U.bicontinuous | ||
78 | { | ||
79 | mean on; | ||
80 | prime2Mean off; | ||
81 | base time; | ||
82 | } | ||
83 | |||
84 | alpha.aqueous | ||
85 | { | ||
86 | mean on; | ||
87 | prime2Mean off; | ||
88 | base time; | ||
89 | } | ||
90 | |||
91 | alpha.bicontinuous | ||
92 | { | ||
93 | mean on; | ||
94 | prime2Mean off; | ||
95 | base time; | ||
96 | } | ||
97 | |||
98 | d.aqueous | ||
99 | { | ||
100 | mean on; | ||
101 | prime2Mean off; | ||
102 | base time; | ||
103 | } | ||
104 | |||
105 | d.bicontinuous | ||
106 | { | ||
107 | mean on; | ||
108 | prime2Mean off; | ||
109 | base time; | ||
110 | } | ||
111 | |||
112 | p | ||
113 | { | ||
114 | mean on; | ||
115 | prime2Mean off; | ||
116 | base time; | ||
117 | } | ||
118 | ); | ||
119 | } | ||
120 | } | ||
121 | |||
122 | |||
123 | // ************************************************************************* // |
File testCases/batchSettler/system/decomposeParDict deleted (index 58145c0..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "system"; | ||
14 | object decomposeParDict; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | numberOfSubdomains 16; | ||
19 | |||
20 | method scotch; | ||
21 | |||
22 | // ************************************************************************* // |
File testCases/batchSettler/system/fvSchemes deleted (index 6a348e0..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "system"; | ||
14 | object fvSchemes; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | ddtSchemes | ||
19 | { | ||
20 | default Euler; | ||
21 | } | ||
22 | |||
23 | gradSchemes | ||
24 | { | ||
25 | default Gauss linear; | ||
26 | } | ||
27 | |||
28 | divSchemes | ||
29 | { | ||
30 | default none; | ||
31 | |||
32 | "div\(phi,alpha.*\)" Gauss vanLeer; | ||
33 | "div\(phir,alpha.*,alpha.*\)" Gauss vanLeer; | ||
34 | |||
35 | "div\(phi,epsilon\)" Gauss upwind; | ||
36 | "div\(phi,k\)" Gauss upwind; | ||
37 | |||
38 | "div\(alphaPhi.*,U.*\)" Gauss limitedLinearV 1; | ||
39 | div(Rc) Gauss linear; | ||
40 | "div\(phi.*,U.*\)" Gauss limitedLinearV 1; | ||
41 | "div\(phi.*,moment.*\)" Gauss linear; | ||
42 | } | ||
43 | |||
44 | laplacianSchemes | ||
45 | { | ||
46 | default Gauss linear corrected; | ||
47 | } | ||
48 | |||
49 | interpolationSchemes | ||
50 | { | ||
51 | default linear; | ||
52 | |||
53 | "interpolate\(moment.*\)" linear; | ||
54 | |||
55 | reconstruct(U) upwind; | ||
56 | reconstruct(weight) upwind; | ||
57 | reconstruct(abscissa) upwind; | ||
58 | reconstruct(sigma) upwind; | ||
59 | } | ||
60 | |||
61 | snGradSchemes | ||
62 | { | ||
63 | default corrected; | ||
64 | bounded corrected; | ||
65 | } | ||
66 | |||
67 | // ************************************************************************* // |
File testCases/batchSettler/system/fvSolution deleted (index abb1254..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "system"; | ||
14 | object fvSolution; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | solvers | ||
19 | { | ||
20 | "alpha.*" | ||
21 | { | ||
22 | nAlphaCorr 2; | ||
23 | nAlphaSubCycles 2; | ||
24 | |||
25 | smoothLimiter 0.1; | ||
26 | |||
27 | implicitPhasePressure yes; | ||
28 | solver GAMG; | ||
29 | smoother DIC; | ||
30 | tolerance 1e-10; | ||
31 | relTol 0; | ||
32 | minIter 1; | ||
33 | } | ||
34 | |||
35 | p_rgh | ||
36 | { | ||
37 | solver GAMG; | ||
38 | smoother DIC; | ||
39 | nPreSweeps 0; | ||
40 | nPostSweeps 2; | ||
41 | nFinestSweeps 2; | ||
42 | cacheAgglomeration true; | ||
43 | nCellsInCoarsestLevel 10; | ||
44 | agglomerator faceAreaPair; | ||
45 | mergeLevels 2; | ||
46 | tolerance 1e-09; | ||
47 | maxIter 1000; | ||
48 | } | ||
49 | |||
50 | p_rghFinal | ||
51 | { | ||
52 | $p_rgh; | ||
53 | tolerance 1e-09; | ||
54 | relTol 0; | ||
55 | } | ||
56 | |||
57 | pcorr | ||
58 | { | ||
59 | $p_rgh; | ||
60 | tolerance 1e-05; | ||
61 | relTol 0; | ||
62 | } | ||
63 | |||
64 | "U.*" | ||
65 | { | ||
66 | solver smoothSolver; | ||
67 | smoother symGaussSeidel; | ||
68 | tolerance 1e-06; | ||
69 | relTol 0; | ||
70 | minIter 1; | ||
71 | } | ||
72 | |||
73 | "T.*" | ||
74 | { | ||
75 | solver BICCG; | ||
76 | preconditioner DILU; | ||
77 | tolerance 1e-7; | ||
78 | relTol 0; | ||
79 | }; | ||
80 | |||
81 | "Theta.*" | ||
82 | { | ||
83 | solver PBiCG; | ||
84 | preconditioner DILU; | ||
85 | tolerance 1e-07; | ||
86 | relTol 0; | ||
87 | } | ||
88 | |||
89 | "k.*" | ||
90 | { | ||
91 | solver PBiCG; | ||
92 | preconditioner DILU; | ||
93 | tolerance 1e-07; | ||
94 | relTol 0; | ||
95 | } | ||
96 | |||
97 | "epsilon.*" | ||
98 | { | ||
99 | solver PBiCG; | ||
100 | preconditioner DILU; | ||
101 | tolerance 1e-07; | ||
102 | relTol 0; | ||
103 | } | ||
104 | |||
105 | "moment.*" | ||
106 | { | ||
107 | solver PCG; | ||
108 | preconditioner DIC; | ||
109 | tolerance 1.0e-08; | ||
110 | relTol 0; | ||
111 | } | ||
112 | } | ||
113 | |||
114 | PIMPLE | ||
115 | { | ||
116 | nOuterCorrectors 3; | ||
117 | nCorrectors 2; | ||
118 | nNonOrthogonalCorrectors 2; | ||
119 | pRefCell 0; | ||
120 | pRefValue 0; | ||
121 | |||
122 | residualControl | ||
123 | { | ||
124 | "U.*" | ||
125 | { | ||
126 | tolerance 1e-06; | ||
127 | relTol 0; | ||
128 | } | ||
129 | p_rgh | ||
130 | { | ||
131 | tolerance 1e-07; | ||
132 | relTol 0; | ||
133 | } | ||
134 | "(k|epsilon)" | ||
135 | { | ||
136 | tolerance 1e-06; | ||
137 | relTol 0; | ||
138 | } | ||
139 | } | ||
140 | } | ||
141 | |||
142 | relaxationFactors | ||
143 | { | ||
144 | "U.*" 1; | ||
145 | "T.*" 1; | ||
146 | "alpha.*" 1; | ||
147 | "Theta.*" 1; | ||
148 | "k.*" 1; | ||
149 | "epsilon.*" 1; | ||
150 | "moment.*" 1; | ||
151 | |||
152 | equations | ||
153 | { | ||
154 | p_rgh 0.9; | ||
155 | // ".*" 0.9; | ||
156 | } | ||
157 | } | ||
158 | |||
159 | |||
160 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/T.aqueous deleted (index ed7f9ad..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object T.aqueous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 0 0 1 0 0 0]; | ||
19 | |||
20 | internalField uniform 358.15; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value uniform 358.15; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type inletOutlet; | ||
32 | phi phi.aqueous; | ||
33 | inletValue $internalField; | ||
34 | value $internalField; | ||
35 | } | ||
36 | outletMiddle | ||
37 | { | ||
38 | type inletOutlet; | ||
39 | phi phi.aqueous; | ||
40 | inletValue $internalField; | ||
41 | value $internalField; | ||
42 | } | ||
43 | outletBottom | ||
44 | { | ||
45 | type inletOutlet; | ||
46 | phi phi.aqueous; | ||
47 | inletValue $internalField; | ||
48 | value $internalField; | ||
49 | } | ||
50 | settlerWall | ||
51 | { | ||
52 | type fixedValue; | ||
53 | value uniform 368.15; | ||
54 | } | ||
55 | pipeWall | ||
56 | { | ||
57 | type zeroGradient; | ||
58 | } | ||
59 | solidWall | ||
60 | { | ||
61 | type zeroGradient; | ||
62 | } | ||
63 | defaultFaces | ||
64 | { | ||
65 | type empty; | ||
66 | } | ||
67 | } | ||
68 | |||
69 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/T.bicontinuous deleted (index 397acb6..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object T.bicontinuous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 0 0 1 0 0 0]; | ||
19 | |||
20 | internalField uniform 358.15; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value uniform 358.15; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type inletOutlet; | ||
32 | phi phi.bicontinuous; | ||
33 | inletValue $internalField; | ||
34 | value $internalField; | ||
35 | } | ||
36 | outletMiddle | ||
37 | { | ||
38 | type inletOutlet; | ||
39 | phi phi.bicontinuous; | ||
40 | inletValue $internalField; | ||
41 | value $internalField; | ||
42 | } | ||
43 | outletBottom | ||
44 | { | ||
45 | type inletOutlet; | ||
46 | phi phi.bicontinuous; | ||
47 | inletValue $internalField; | ||
48 | value $internalField; | ||
49 | } | ||
50 | settlerWall | ||
51 | { | ||
52 | type fixedValue; | ||
53 | value uniform 368.15; | ||
54 | } | ||
55 | pipeWall | ||
56 | { | ||
57 | type zeroGradient; | ||
58 | } | ||
59 | solidWall | ||
60 | { | ||
61 | type zeroGradient; | ||
62 | } | ||
63 | defaultFaces | ||
64 | { | ||
65 | type empty; | ||
66 | } | ||
67 | } | ||
68 | |||
69 | |||
70 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/T.organic deleted (index 0a4d458..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object T.organic; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 0 0 1 0 0 0]; | ||
19 | |||
20 | internalField uniform 358.15; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value uniform 358.15; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type inletOutlet; | ||
32 | phi phi.organic; | ||
33 | inletValue $internalField; | ||
34 | value $internalField; | ||
35 | } | ||
36 | outletMiddle | ||
37 | { | ||
38 | type inletOutlet; | ||
39 | phi phi.organic; | ||
40 | inletValue $internalField; | ||
41 | value $internalField; | ||
42 | } | ||
43 | outletBottom | ||
44 | { | ||
45 | type inletOutlet; | ||
46 | phi phi.organic; | ||
47 | inletValue $internalField; | ||
48 | value $internalField; | ||
49 | } | ||
50 | settlerWall | ||
51 | { | ||
52 | type fixedValue; | ||
53 | value uniform 368.15; | ||
54 | } | ||
55 | pipeWall | ||
56 | { | ||
57 | type zeroGradient; | ||
58 | } | ||
59 | solidWall | ||
60 | { | ||
61 | type zeroGradient; | ||
62 | } | ||
63 | defaultFaces | ||
64 | { | ||
65 | type empty; | ||
66 | } | ||
67 | } | ||
68 | |||
69 | |||
70 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/Theta deleted (index 066b916..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object Theta; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 2 -2 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 0; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value $internalField; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type zeroGradient; | ||
44 | } | ||
45 | pipeWall | ||
46 | { | ||
47 | type zeroGradient; | ||
48 | } | ||
49 | solidWall | ||
50 | { | ||
51 | type zeroGradient; | ||
52 | } | ||
53 | defaultFaces | ||
54 | { | ||
55 | type empty; | ||
56 | } | ||
57 | } | ||
58 | |||
59 | |||
60 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/U.aqueous deleted (index de6e4ce..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volVectorField; | ||
13 | location "0"; | ||
14 | object U.aqueous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 1 -1 0 0 0 0]; | ||
19 | |||
20 | internalField uniform (0 0 0); | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type flowRateInletVelocity; | ||
27 | volumetricFlowRate constant 5.07264e-07; // m3/s, negative sign means out of the domain | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | /*type zeroGradient; | ||
32 | /*type inletOutlet; | ||
33 | inletValue uniform (0 0 0); | ||
34 | value $internalField; | ||
35 | /**/type flowRateInletVelocity; | ||
36 | volumetricFlowRate constant -3.24649e-07; // m3/s, negative sign means out of the domain | ||
37 | /*flowRateExpression "0"; | ||
38 | flowRate swak | ||
39 | { | ||
40 | variables "areaInlet{inlet}=area();flowTop= -0.64*areaInlet*velocityInlet;"; | ||
41 | expression "flowTop"; // volume flow at outlet is 0.64 times that of inlet | ||
42 | valueType patch; | ||
43 | patchName outletTop; | ||
44 | }; | ||
45 | value uniform (0 0 0); | ||
46 | */ | ||
47 | } | ||
48 | outletMiddle | ||
49 | { | ||
50 | /*type zeroGradient; | ||
51 | /*type inletOutlet; | ||
52 | inletValue uniform (0 0 0); | ||
53 | value $internalField; | ||
54 | /**/type flowRateInletVelocity; | ||
55 | volumetricFlowRate constant -5.57991e-08; // m3/s, negative sign means out of the domain | ||
56 | /*flowRateExpression "0"; | ||
57 | flowRate swak | ||
58 | { | ||
59 | variables "areaInlet{inlet}=area();flowMid= -0.11*areaInlet*velocityInlet;"; | ||
60 | expression "flowMid"; // volume flow at outlet is 0.11 times that of inlet | ||
61 | valueType patch; | ||
62 | patchName outletMiddle; | ||
63 | }; | ||
64 | value uniform (0 0 0); | ||
65 | */ | ||
66 | } | ||
67 | outletBottom | ||
68 | { | ||
69 | /*type zeroGradient; | ||
70 | /*type inletOutlet; | ||
71 | inletValue uniform (0 0 0); | ||
72 | value $internalField; | ||
73 | /**/type flowRateInletVelocity; | ||
74 | volumetricFlowRate constant -1.26816e-07; // m3/s, negative sign means out of the domain | ||
75 | /*flowRateExpression "0"; | ||
76 | flowRate swak | ||
77 | { | ||
78 | variables "areaInlet{inlet}=area();flowBot= -0.25*areaInlet*velocityInlet;"; | ||
79 | expression "flowBot"; // volume flow at outlet is 0.25 times that of inlet | ||
80 | valueType patch; | ||
81 | patchName outletBottom; | ||
82 | }; | ||
83 | value uniform (0 0 0); | ||
84 | */ | ||
85 | } | ||
86 | settlerWall | ||
87 | { | ||
88 | type fixedValue; | ||
89 | value uniform (0 0 0); | ||
90 | } | ||
91 | pipeWall | ||
92 | { | ||
93 | type fixedValue; | ||
94 | value uniform (0 0 0); | ||
95 | } | ||
96 | solidWall | ||
97 | { | ||
98 | type fixedValue; | ||
99 | value uniform (0 0 0); | ||
100 | } | ||
101 | defaultFaces | ||
102 | { | ||
103 | type empty; | ||
104 | } | ||
105 | } | ||
106 | |||
107 | |||
108 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/U.bicontinuous deleted (index 214a8f0..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volVectorField; | ||
13 | location "0"; | ||
14 | object U.bicontinuous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 1 -1 0 0 0 0]; | ||
19 | |||
20 | internalField uniform (0 0 0); | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type flowRateInletVelocity; | ||
27 | volumetricFlowRate constant 5.07264e-07; // m3/s, negative sign means out of the domain | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | /*type zeroGradient; | ||
32 | /*type inletOutlet; | ||
33 | inletValue uniform (0 0 0); | ||
34 | value $internalField;*/ | ||
35 | type flowRateInletVelocity; | ||
36 | volumetricFlowRate constant -3.24649e-07; // m3/s, negative sign means out of the domain | ||
37 | /*flowRateExpression "0"; | ||
38 | flowRate swak | ||
39 | { | ||
40 | variables "areaInlet{inlet}=area();flowTop= -0.64*areaInlet*velocityInlet;"; | ||
41 | expression "flowTop"; // volume flow at outlet is 0.64 times that of inlet | ||
42 | valueType patch; | ||
43 | patchName outletTop; | ||
44 | }; | ||
45 | value uniform (0 0 0); | ||
46 | */ | ||
47 | } | ||
48 | outletMiddle | ||
49 | { | ||
50 | /*type zeroGradient; | ||
51 | /*type inletOutlet; | ||
52 | inletValue uniform (0 0 0); | ||
53 | value $internalField; | ||
54 | /**/type flowRateInletVelocity; | ||
55 | volumetricFlowRate constant -5.57991e-08; // m3/s, negative sign means out of the domain | ||
56 | /*flowRateExpression "0"; | ||
57 | flowRate swak | ||
58 | { | ||
59 | variables "areaInlet{inlet}=area();flowMid= -0.11*areaInlet*velocityInlet;"; | ||
60 | expression "flowMid"; // volume flow at outlet is 0.11 times that of inlet | ||
61 | valueType patch; | ||
62 | patchName outletMiddle; | ||
63 | }; | ||
64 | value uniform (0 0 0); | ||
65 | */ | ||
66 | } | ||
67 | outletBottom | ||
68 | { | ||
69 | /*type zeroGradient; | ||
70 | /*type inletOutlet; | ||
71 | inletValue uniform (0 0 0); | ||
72 | value $internalField; | ||
73 | /**/type flowRateInletVelocity; | ||
74 | volumetricFlowRate constant -1.26816e-07; // m3/s, negative sign means out of the domain | ||
75 | /*flowRateExpression "0"; | ||
76 | flowRate swak | ||
77 | { | ||
78 | variables "areaInlet{inlet}=area();flowBot= -0.25*areaInlet*velocityInlet;"; | ||
79 | expression "flowBot"; // volume flow at outlet is 0.25 times that of inlet | ||
80 | valueType patch; | ||
81 | patchName outletBottom; | ||
82 | }; | ||
83 | value uniform (0 0 0); | ||
84 | */ | ||
85 | } | ||
86 | settlerWall | ||
87 | { | ||
88 | type fixedValue; | ||
89 | value uniform (0 0 0); | ||
90 | } | ||
91 | pipeWall | ||
92 | { | ||
93 | type fixedValue; | ||
94 | value uniform (0 0 0); | ||
95 | } | ||
96 | solidWall | ||
97 | { | ||
98 | type fixedValue; | ||
99 | value uniform (0 0 0); | ||
100 | } | ||
101 | defaultFaces | ||
102 | { | ||
103 | type empty; | ||
104 | } | ||
105 | } | ||
106 | |||
107 | |||
108 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/U.organic deleted (index 86561c4..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volVectorField; | ||
13 | location "0"; | ||
14 | object U.organic; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 1 -1 0 0 0 0]; | ||
19 | |||
20 | internalField uniform (0 0 0); | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type flowRateInletVelocity; | ||
27 | volumetricFlowRate constant 5.07264e-07; // m3/s, negative sign means out of the domain | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | /*type zeroGradient; | ||
32 | /*type inletOutlet; | ||
33 | inletValue uniform (0 0 0); | ||
34 | value $internalField;*/ | ||
35 | type flowRateInletVelocity; | ||
36 | volumetricFlowRate constant -3.24649e-07; // m3/s, negative sign means out of the domain | ||
37 | /*flowRateExpression "0"; | ||
38 | flowRate swak | ||
39 | { | ||
40 | variables "areaInlet{inlet}=area();flowTop= -0.64*areaInlet*velocityInlet;"; | ||
41 | expression "flowTop"; // volume flow at outlet is 0.64 times that of inlet | ||
42 | valueType patch; | ||
43 | patchName outletTop; | ||
44 | }; | ||
45 | value uniform (0 0 0); | ||
46 | */ | ||
47 | } | ||
48 | outletMiddle | ||
49 | { | ||
50 | /*type zeroGradient; | ||
51 | /*type inletOutlet; | ||
52 | inletValue uniform (0 0 0); | ||
53 | value $internalField;*/ | ||
54 | type flowRateInletVelocity; | ||
55 | volumetricFlowRate constant -5.57991e-08; // m3/s, negative sign means out of the domain | ||
56 | /*flowRateExpression "0"; | ||
57 | flowRate swak | ||
58 | { | ||
59 | variables "areaInlet{inlet}=area();flowMid= -0.11*areaInlet*velocityInlet;"; | ||
60 | expression "flowMid"; // volume flow at outlet is 0.11 times that of inlet | ||
61 | valueType patch; | ||
62 | patchName outletMiddle; | ||
63 | }; | ||
64 | value uniform (0 0 0); | ||
65 | */ | ||
66 | } | ||
67 | outletBottom | ||
68 | { | ||
69 | /*type zeroGradient; | ||
70 | /*type inletOutlet; | ||
71 | inletValue uniform (0 0 0); | ||
72 | value $internalField;*/ | ||
73 | type flowRateInletVelocity; | ||
74 | volumetricFlowRate constant -1.26816e-07; // m3/s, negative sign means out of the domain | ||
75 | /*flowRateExpression "0"; | ||
76 | flowRate swak | ||
77 | { | ||
78 | variables "areaInlet{inlet}=area();flowBot= -0.25*areaInlet*velocityInlet;"; | ||
79 | expression "flowBot"; // volume flow at outlet is 0.25 times that of inlet | ||
80 | valueType patch; | ||
81 | patchName outletBottom; | ||
82 | }; | ||
83 | value uniform (0 0 0); | ||
84 | */ | ||
85 | } | ||
86 | settlerWall | ||
87 | { | ||
88 | type fixedValue; | ||
89 | value uniform (0 0 0); | ||
90 | } | ||
91 | pipeWall | ||
92 | { | ||
93 | type fixedValue; | ||
94 | value uniform (0 0 0); | ||
95 | } | ||
96 | solidWall | ||
97 | { | ||
98 | type fixedValue; | ||
99 | value uniform (0 0 0); | ||
100 | } | ||
101 | defaultFaces | ||
102 | { | ||
103 | type empty; | ||
104 | } | ||
105 | } | ||
106 | |||
107 | |||
108 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/alpha.aqueous deleted (index 3f044ef..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object alpha.aqueous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 0 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 0.294; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value uniform 0.294; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type inletOutlet; | ||
32 | phi phi.aqueous; | ||
33 | inletValue uniform 0; | ||
34 | value uniform 0; | ||
35 | } | ||
36 | outletMiddle | ||
37 | { | ||
38 | type inletOutlet; | ||
39 | phi phi.aqueous; | ||
40 | inletValue uniform 0; | ||
41 | value uniform 0; | ||
42 | } | ||
43 | outletBottom | ||
44 | { | ||
45 | type inletOutlet; | ||
46 | phi phi.aqueous; | ||
47 | inletValue uniform 0; | ||
48 | value uniform 0; | ||
49 | } | ||
50 | settlerWall | ||
51 | { | ||
52 | type zeroGradient; | ||
53 | } | ||
54 | pipeWall | ||
55 | { | ||
56 | type zeroGradient; | ||
57 | } | ||
58 | solidWall | ||
59 | { | ||
60 | type zeroGradient; | ||
61 | } | ||
62 | defaultFaces | ||
63 | { | ||
64 | type empty; | ||
65 | } | ||
66 | } | ||
67 | |||
68 | |||
69 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/alpha.bicontinuous deleted (index 454562c..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object alpha.bicontinuous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 0 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 0.102; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value uniform 0.102; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type inletOutlet; | ||
32 | phi phi.bicontinuous; | ||
33 | inletValue uniform 0; | ||
34 | value uniform 0; | ||
35 | } | ||
36 | outletMiddle | ||
37 | { | ||
38 | type inletOutlet; | ||
39 | phi phi.bicontinuous; | ||
40 | inletValue uniform 0; | ||
41 | value uniform 0; | ||
42 | } | ||
43 | outletBottom | ||
44 | { | ||
45 | type inletOutlet; | ||
46 | phi phi.bicontinuous; | ||
47 | inletValue uniform 0; | ||
48 | value uniform 0; | ||
49 | } | ||
50 | settlerWall | ||
51 | { | ||
52 | type zeroGradient; | ||
53 | } | ||
54 | pipeWall | ||
55 | { | ||
56 | type zeroGradient; | ||
57 | } | ||
58 | solidWall | ||
59 | { | ||
60 | type zeroGradient; | ||
61 | } | ||
62 | defaultFaces | ||
63 | { | ||
64 | type empty; | ||
65 | } | ||
66 | } | ||
67 | |||
68 | |||
69 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/alpha.organic deleted (index 0ede6ad..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object alpha.organic; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 0 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 0.604; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value uniform 0.604; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type inletOutlet; | ||
32 | phi phi.organic; | ||
33 | inletValue uniform 0; | ||
34 | value uniform 0; | ||
35 | } | ||
36 | outletMiddle | ||
37 | { | ||
38 | type inletOutlet; | ||
39 | phi phi.organic; | ||
40 | inletValue uniform 0; | ||
41 | value uniform 0; | ||
42 | } | ||
43 | outletBottom | ||
44 | { | ||
45 | type inletOutlet; | ||
46 | phi phi.organic; | ||
47 | inletValue uniform 0; | ||
48 | value uniform 0; | ||
49 | } | ||
50 | settlerWall | ||
51 | { | ||
52 | type zeroGradient; | ||
53 | } | ||
54 | pipeWall | ||
55 | { | ||
56 | type zeroGradient; | ||
57 | } | ||
58 | solidWall | ||
59 | { | ||
60 | type zeroGradient; | ||
61 | } | ||
62 | defaultFaces | ||
63 | { | ||
64 | type empty; | ||
65 | } | ||
66 | } | ||
67 | |||
68 | |||
69 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/d.aqueous deleted (index 52e7831..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object d.aqueous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 1 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 0.000129598; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value uniform 0.000129598; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type zeroGradient; | ||
44 | } | ||
45 | pipeWall | ||
46 | { | ||
47 | type zeroGradient; | ||
48 | } | ||
49 | solidWall | ||
50 | { | ||
51 | type zeroGradient; | ||
52 | } | ||
53 | defaultFaces | ||
54 | { | ||
55 | type empty; | ||
56 | } | ||
57 | } | ||
58 | |||
59 | |||
60 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/d.bicontinuous deleted (index fab8a0c..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object d.bicontinuous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 1 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 0.000129598; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value uniform 0.000129598; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type zeroGradient; | ||
44 | } | ||
45 | pipeWall | ||
46 | { | ||
47 | type zeroGradient; | ||
48 | } | ||
49 | solidWall | ||
50 | { | ||
51 | type zeroGradient; | ||
52 | } | ||
53 | defaultFaces | ||
54 | { | ||
55 | type empty; | ||
56 | } | ||
57 | } | ||
58 | |||
59 | |||
60 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/epsilon deleted (index 045e12f..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object epsilon; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 2 -3 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 1.378e-22; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value $internalField; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type epsilonWallFunction; | ||
44 | value $internalField; | ||
45 | } | ||
46 | pipeWall | ||
47 | { | ||
48 | type epsilonWallFunction; | ||
49 | value $internalField; | ||
50 | } | ||
51 | solidWall | ||
52 | { | ||
53 | type epsilonWallFunction; | ||
54 | value $internalField; | ||
55 | } | ||
56 | defaultFaces | ||
57 | { | ||
58 | type empty; | ||
59 | } | ||
60 | } | ||
61 | |||
62 | |||
63 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/k deleted (index 518ce4c..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object k; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 2 -2 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 3.75e-15; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value $internalField; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type kqRWallFunction; | ||
44 | value $internalField; | ||
45 | } | ||
46 | pipeWall | ||
47 | { | ||
48 | type kqRWallFunction; | ||
49 | value $internalField; | ||
50 | } | ||
51 | solidWall | ||
52 | { | ||
53 | type kqRWallFunction; | ||
54 | value $internalField; | ||
55 | } | ||
56 | defaultFaces | ||
57 | { | ||
58 | type empty; | ||
59 | } | ||
60 | } | ||
61 | |||
62 | |||
63 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/moment.0.populationBalance.aqueous deleted (index 3fc94a1..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.0.populationBalance.aqueous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 -3 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 5.55463e+11; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value $internalField; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type zeroGradient; | ||
44 | } | ||
45 | pipeWall | ||
46 | { | ||
47 | type zeroGradient; | ||
48 | } | ||
49 | solidWall | ||
50 | { | ||
51 | type zeroGradient; | ||
52 | } | ||
53 | defaultFaces | ||
54 | { | ||
55 | type empty; | ||
56 | } | ||
57 | } | ||
58 | |||
59 | |||
60 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/moment.0.populationBalance.bicontinuous deleted (index 06bf1f5..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.0.populationBalance.bicontinuous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 -3 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 5.55463e+11; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value $internalField; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type zeroGradient; | ||
44 | } | ||
45 | pipeWall | ||
46 | { | ||
47 | type zeroGradient; | ||
48 | } | ||
49 | solidWall | ||
50 | { | ||
51 | type zeroGradient; | ||
52 | } | ||
53 | defaultFaces | ||
54 | { | ||
55 | type empty; | ||
56 | } | ||
57 | } | ||
58 | |||
59 | |||
60 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/moment.1.populationBalance.aqueous deleted (index fdd1474..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.1.populationBalance.aqueous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 -2 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 6.10384e+07; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value $internalField; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type zeroGradient; | ||
44 | } | ||
45 | pipeWall | ||
46 | { | ||
47 | type zeroGradient; | ||
48 | } | ||
49 | solidWall | ||
50 | { | ||
51 | type zeroGradient; | ||
52 | } | ||
53 | defaultFaces | ||
54 | { | ||
55 | type empty; | ||
56 | } | ||
57 | } | ||
58 | |||
59 | |||
60 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/moment.1.populationBalance.bicontinuous deleted (index bc092c3..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.1.populationBalance.bicontinuous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 -2 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 6.10384e+07; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value $internalField; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type zeroGradient; | ||
44 | } | ||
45 | pipeWall | ||
46 | { | ||
47 | type zeroGradient; | ||
48 | } | ||
49 | solidWall | ||
50 | { | ||
51 | type zeroGradient; | ||
52 | } | ||
53 | defaultFaces | ||
54 | { | ||
55 | type empty; | ||
56 | } | ||
57 | } | ||
58 | |||
59 | |||
60 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/moment.2.populationBalance.aqueous deleted (index f24325a..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.2.populationBalance.aqueous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 -1 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 7368.38; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value $internalField; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type zeroGradient; | ||
44 | } | ||
45 | pipeWall | ||
46 | { | ||
47 | type zeroGradient; | ||
48 | } | ||
49 | solidWall | ||
50 | { | ||
51 | type zeroGradient; | ||
52 | } | ||
53 | defaultFaces | ||
54 | { | ||
55 | type empty; | ||
56 | } | ||
57 | } | ||
58 | |||
59 | |||
60 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/moment.2.populationBalance.bicontinuous deleted (index 2e2b4ef..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.2.populationBalance.bicontinuous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 -1 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 7368.38; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value $internalField; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type zeroGradient; | ||
44 | } | ||
45 | pipeWall | ||
46 | { | ||
47 | type zeroGradient; | ||
48 | } | ||
49 | solidWall | ||
50 | { | ||
51 | type zeroGradient; | ||
52 | } | ||
53 | defaultFaces | ||
54 | { | ||
55 | type empty; | ||
56 | } | ||
57 | } | ||
58 | |||
59 | |||
60 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/moment.3.populationBalance.aqueous deleted (index 8233590..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.3.populationBalance.aqueous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 0 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 0.95493; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value $internalField; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type zeroGradient; | ||
44 | } | ||
45 | pipeWall | ||
46 | { | ||
47 | type zeroGradient; | ||
48 | } | ||
49 | solidWall | ||
50 | { | ||
51 | type zeroGradient; | ||
52 | } | ||
53 | defaultFaces | ||
54 | { | ||
55 | type empty; | ||
56 | } | ||
57 | } | ||
58 | |||
59 | |||
60 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/moment.3.populationBalance.bicontinuous deleted (index 1064923..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.3.populationBalance.bicontinuous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 0 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 0.95493; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value $internalField; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type zeroGradient; | ||
44 | } | ||
45 | pipeWall | ||
46 | { | ||
47 | type zeroGradient; | ||
48 | } | ||
49 | solidWall | ||
50 | { | ||
51 | type zeroGradient; | ||
52 | } | ||
53 | defaultFaces | ||
54 | { | ||
55 | type empty; | ||
56 | } | ||
57 | } | ||
58 | |||
59 | |||
60 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/moment.4.populationBalance.aqueous deleted (index b8c2b01..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.4.populationBalance.aqueous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 1 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 0.000130478; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value $internalField; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type zeroGradient; | ||
44 | } | ||
45 | pipeWall | ||
46 | { | ||
47 | type zeroGradient; | ||
48 | } | ||
49 | solidWall | ||
50 | { | ||
51 | type zeroGradient; | ||
52 | } | ||
53 | defaultFaces | ||
54 | { | ||
55 | type empty; | ||
56 | } | ||
57 | } | ||
58 | |||
59 | |||
60 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/moment.4.populationBalance.bicontinuous deleted (index 869a90e..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object moment.4.populationBalance.bicontinuous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 1 0 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 0.000130478; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value $internalField; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type zeroGradient; | ||
44 | } | ||
45 | pipeWall | ||
46 | { | ||
47 | type zeroGradient; | ||
48 | } | ||
49 | solidWall | ||
50 | { | ||
51 | type zeroGradient; | ||
52 | } | ||
53 | defaultFaces | ||
54 | { | ||
55 | type empty; | ||
56 | } | ||
57 | } | ||
58 | |||
59 | |||
60 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/nut deleted (index 2cf772e..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object nut; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 2 -1 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 1e-08; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedValue; | ||
27 | value $internalField; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type zeroGradient; | ||
32 | } | ||
33 | outletMiddle | ||
34 | { | ||
35 | type zeroGradient; | ||
36 | } | ||
37 | outletBottom | ||
38 | { | ||
39 | type zeroGradient; | ||
40 | } | ||
41 | settlerWall | ||
42 | { | ||
43 | type nutkWallFunction; | ||
44 | value $internalField; | ||
45 | } | ||
46 | pipeWall | ||
47 | { | ||
48 | type nutkWallFunction; | ||
49 | value $internalField; | ||
50 | } | ||
51 | solidWall | ||
52 | { | ||
53 | type nutkWallFunction; | ||
54 | value $internalField; | ||
55 | } | ||
56 | defaultFaces | ||
57 | { | ||
58 | type empty; | ||
59 | } | ||
60 | } | ||
61 | |||
62 | |||
63 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/0.org/p_rgh deleted (index 916c1bb..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class volScalarField; | ||
13 | location "0"; | ||
14 | object p_rgh; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [1 -1 -2 0 0 0 0]; | ||
19 | |||
20 | internalField uniform 0; | ||
21 | |||
22 | boundaryField | ||
23 | { | ||
24 | inlet | ||
25 | { | ||
26 | type fixedFluxPressure; | ||
27 | value $internalField; | ||
28 | } | ||
29 | outletTop | ||
30 | { | ||
31 | type fixedValue; | ||
32 | value $internalField; | ||
33 | } | ||
34 | outletMiddle | ||
35 | { | ||
36 | type fixedValue; | ||
37 | value $internalField; | ||
38 | } | ||
39 | outletBottom | ||
40 | { | ||
41 | type fixedValue; | ||
42 | value $internalField; | ||
43 | } | ||
44 | settlerWall | ||
45 | { | ||
46 | type fixedFluxPressure; | ||
47 | value $internalField; | ||
48 | } | ||
49 | pipeWall | ||
50 | { | ||
51 | type fixedFluxPressure; | ||
52 | value $internalField; | ||
53 | } | ||
54 | solidWall | ||
55 | { | ||
56 | type fixedFluxPressure; | ||
57 | value $internalField; | ||
58 | } | ||
59 | defaultFaces | ||
60 | { | ||
61 | type empty; | ||
62 | } | ||
63 | } | ||
64 | |||
65 | |||
66 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/constant/g deleted (index c955ad5..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class uniformDimensionedVectorField; | ||
13 | location "constant"; | ||
14 | object g; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | dimensions [0 1 -2 0 0 0 0]; | ||
19 | value (0 -9.81 0); | ||
20 | |||
21 | |||
22 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/constant/polyMesh/boundary deleted (index d43fa80..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class polyBoundaryMesh; | ||
13 | location "constant/polyMesh"; | ||
14 | object boundary; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | 9 | ||
19 | ( | ||
20 | settlerWall | ||
21 | { | ||
22 | type wall; | ||
23 | inGroups 1(wall); | ||
24 | nFaces 740; | ||
25 | startFace 117350; | ||
26 | } | ||
27 | pipeWall | ||
28 | { | ||
29 | type wall; | ||
30 | inGroups 1(wall); | ||
31 | nFaces 1342; | ||
32 | startFace 118090; | ||
33 | } | ||
34 | inlet | ||
35 | { | ||
36 | type patch; | ||
37 | nFaces 25; | ||
38 | startFace 119432; | ||
39 | } | ||
40 | outletTop | ||
41 | { | ||
42 | type patch; | ||
43 | nFaces 25; | ||
44 | startFace 119457; | ||
45 | } | ||
46 | outletMiddle | ||
47 | { | ||
48 | type patch; | ||
49 | nFaces 12; | ||
50 | startFace 119482; | ||
51 | } | ||
52 | outletBottom | ||
53 | { | ||
54 | type patch; | ||
55 | nFaces 25; | ||
56 | startFace 119494; | ||
57 | } | ||
58 | defaultFaces | ||
59 | { | ||
60 | type empty; | ||
61 | inGroups 1(empty); | ||
62 | nFaces 132054; | ||
63 | startFace 119519; | ||
64 | } | ||
65 | solidWall_master | ||
66 | { | ||
67 | type wall; | ||
68 | inGroups | ||
69 | 2 | ||
70 | ( | ||
71 | wall | ||
72 | solidWall | ||
73 | ) | ||
74 | ; | ||
75 | nFaces 13632; | ||
76 | startFace 251573; | ||
77 | } | ||
78 | solidWall_slave | ||
79 | { | ||
80 | type wall; | ||
81 | inGroups | ||
82 | 2 | ||
83 | ( | ||
84 | wall | ||
85 | solidWall | ||
86 | ) | ||
87 | ; | ||
88 | nFaces 13632; | ||
89 | startFace 265205; | ||
90 | } | ||
91 | ) | ||
92 | |||
93 | // ************************************************************************* // |
The diff for file testCases/horizontalSettler2D_multiphaseEulerFoam/constant/polyMesh/cellZones is too big (66058 changes) and cannot be shown. |
The diff for file testCases/horizontalSettler2D_multiphaseEulerFoam/constant/polyMesh/faceZones is too big (54571 changes) and cannot be shown. |
The diff for file testCases/horizontalSettler2D_multiphaseEulerFoam/constant/polyMesh/faces is too big (278861 changes) and cannot be shown. |
The diff for file testCases/horizontalSettler2D_multiphaseEulerFoam/constant/polyMesh/meshMetaDict is too big (16533 changes) and cannot be shown. |
The diff for file testCases/horizontalSettler2D_multiphaseEulerFoam/constant/polyMesh/neighbour is too big (117375 changes) and cannot be shown. |
The diff for file testCases/horizontalSettler2D_multiphaseEulerFoam/constant/polyMesh/owner is too big (278862 changes) and cannot be shown. |
File testCases/horizontalSettler2D_multiphaseEulerFoam/constant/polyMesh/pointZones deleted (index 8205161..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class regIOobject; | ||
13 | location "constant/polyMesh"; | ||
14 | object pointZones; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | 0 | ||
19 | () | ||
20 | |||
21 | // ************************************************************************* // |
The diff for file testCases/horizontalSettler2D_multiphaseEulerFoam/constant/polyMesh/points is too big (134274 changes) and cannot be shown. |
File testCases/horizontalSettler2D_multiphaseEulerFoam/constant/polyMesh/sets/concaveCells deleted (index 180b59a..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class cellSet; | ||
13 | location "constant/polyMesh/sets"; | ||
14 | object concaveCells; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | |||
19 | 25 | ||
20 | ( | ||
21 | 51316 | ||
22 | 51346 | ||
23 | 51376 | ||
24 | 51406 | ||
25 | 51436 | ||
26 | 51466 | ||
27 | 51496 | ||
28 | 51526 | ||
29 | 51556 | ||
30 | 51586 | ||
31 | 51616 | ||
32 | 51646 | ||
33 | 51676 | ||
34 | 51706 | ||
35 | 51736 | ||
36 | 51766 | ||
37 | 51796 | ||
38 | 51826 | ||
39 | 51856 | ||
40 | 51886 | ||
41 | 51916 | ||
42 | 51946 | ||
43 | 51976 | ||
44 | 52006 | ||
45 | 52036 | ||
46 | ) | ||
47 | |||
48 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/constant/polyMesh/sets/nearPoints deleted (index 93f67ce..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class pointSet; | ||
13 | location "constant/polyMesh/sets"; | ||
14 | object nearPoints; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | |||
19 | 536 | ||
20 | ( | ||
21 | 112642 | ||
22 | 110596 | ||
23 | 98313 | ||
24 | 98314 | ||
25 | 98326 | ||
26 | 98327 | ||
27 | 92187 | ||
28 | 94235 | ||
29 | 112673 | ||
30 | 98339 | ||
31 | 110627 | ||
32 | 98340 | ||
33 | 98352 | ||
34 | 98353 | ||
35 | 92219 | ||
36 | 94267 | ||
37 | 98365 | ||
38 | 98366 | ||
39 | 112704 | ||
40 | 110658 | ||
41 | 98378 | ||
42 | 98379 | ||
43 | 98391 | ||
44 | 98392 | ||
45 | 92251 | ||
46 | 94299 | ||
47 | 112735 | ||
48 | 110689 | ||
49 | 98404 | ||
50 | 98405 | ||
51 | 98417 | ||
52 | 98418 | ||
53 | 92283 | ||
54 | 94331 | ||
55 | 98430 | ||
56 | 112766 | ||
57 | 98431 | ||
58 | 110720 | ||
59 | 98443 | ||
60 | 98444 | ||
61 | 98456 | ||
62 | 98457 | ||
63 | 92315 | ||
64 | 94363 | ||
65 | 112797 | ||
66 | 110751 | ||
67 | 98469 | ||
68 | 98470 | ||
69 | 98482 | ||
70 | 98483 | ||
71 | 92347 | ||
72 | 94395 | ||
73 | 112828 | ||
74 | 110782 | ||
75 | 98495 | ||
76 | 98496 | ||
77 | 98508 | ||
78 | 98509 | ||
79 | 98521 | ||
80 | 98522 | ||
81 | 92379 | ||
82 | 94427 | ||
83 | 112859 | ||
84 | 110813 | ||
85 | 98534 | ||
86 | 98535 | ||
87 | 98547 | ||
88 | 98548 | ||
89 | 112890 | ||
90 | 92411 | ||
91 | 94459 | ||
92 | 110844 | ||
93 | 98560 | ||
94 | 98561 | ||
95 | 98573 | ||
96 | 98574 | ||
97 | 112921 | ||
98 | 98586 | ||
99 | 98587 | ||
100 | 92443 | ||
101 | 94491 | ||
102 | 110875 | ||
103 | 98599 | ||
104 | 98600 | ||
105 | 98612 | ||
106 | 98613 | ||
107 | 112952 | ||
108 | 110906 | ||
109 | 92475 | ||
110 | 94523 | ||
111 | 98625 | ||
112 | 98626 | ||
113 | 98638 | ||
114 | 98639 | ||
115 | 112983 | ||
116 | 110937 | ||
117 | 92507 | ||
118 | 94555 | ||
119 | 98651 | ||
120 | 98652 | ||
121 | 98664 | ||
122 | 98665 | ||
123 | 98677 | ||
124 | 98678 | ||
125 | 113014 | ||
126 | 110968 | ||
127 | 92539 | ||
128 | 94587 | ||
129 | 98690 | ||
130 | 98691 | ||
131 | 98703 | ||
132 | 98704 | ||
133 | 113045 | ||
134 | 110999 | ||
135 | 92571 | ||
136 | 94619 | ||
137 | 98716 | ||
138 | 98717 | ||
139 | 98729 | ||
140 | 98730 | ||
141 | 113076 | ||
142 | 98742 | ||
143 | 111030 | ||
144 | 98743 | ||
145 | 92603 | ||
146 | 94651 | ||
147 | 98755 | ||
148 | 98756 | ||
149 | 98768 | ||
150 | 98769 | ||
151 | 113107 | ||
152 | 111061 | ||
153 | 92635 | ||
154 | 94683 | ||
155 | 98781 | ||
156 | 98782 | ||
157 | 98794 | ||
158 | 98795 | ||
159 | 113138 | ||
160 | 111092 | ||
161 | 98807 | ||
162 | 98808 | ||
163 | 92667 | ||
164 | 94715 | ||
165 | 98820 | ||
166 | 98821 | ||
167 | 98833 | ||
168 | 113169 | ||
169 | 98834 | ||
170 | 111123 | ||
171 | 92699 | ||
172 | 94747 | ||
173 | 98846 | ||
174 | 98847 | ||
175 | 98859 | ||
176 | 98860 | ||
177 | 113200 | ||
178 | 111154 | ||
179 | 98872 | ||
180 | 98873 | ||
181 | 92731 | ||
182 | 94779 | ||
183 | 98885 | ||
184 | 98886 | ||
185 | 113231 | ||
186 | 111185 | ||
187 | 98898 | ||
188 | 98899 | ||
189 | 92763 | ||
190 | 94811 | ||
191 | 98911 | ||
192 | 98912 | ||
193 | 98924 | ||
194 | 98925 | ||
195 | 113262 | ||
196 | 111216 | ||
197 | 98937 | ||
198 | 98938 | ||
199 | 92795 | ||
200 | 94843 | ||
201 | 98950 | ||
202 | 98951 | ||
203 | 113293 | ||
204 | 111247 | ||
205 | 98963 | ||
206 | 98964 | ||
207 | 92827 | ||
208 | 94875 | ||
209 | 98976 | ||
210 | 98977 | ||
211 | 113324 | ||
212 | 98989 | ||
213 | 98990 | ||
214 | 111278 | ||
215 | 99002 | ||
216 | 92859 | ||
217 | 99003 | ||
218 | 94907 | ||
219 | 99015 | ||
220 | 99016 | ||
221 | 113355 | ||
222 | 111309 | ||
223 | 99028 | ||
224 | 99029 | ||
225 | 92891 | ||
226 | 94939 | ||
227 | 99041 | ||
228 | 99042 | ||
229 | 113386 | ||
230 | 111340 | ||
231 | 99054 | ||
232 | 99055 | ||
233 | 92923 | ||
234 | 94971 | ||
235 | 99067 | ||
236 | 99068 | ||
237 | 99080 | ||
238 | 99081 | ||
239 | 113417 | ||
240 | 111371 | ||
241 | 99093 | ||
242 | 99094 | ||
243 | 92955 | ||
244 | 95003 | ||
245 | 99106 | ||
246 | 99107 | ||
247 | 113448 | ||
248 | 111402 | ||
249 | 99119 | ||
250 | 99120 | ||
251 | 92987 | ||
252 | 95035 | ||
253 | 99132 | ||
254 | 99133 | ||
255 | 113479 | ||
256 | 111433 | ||
257 | 99145 | ||
258 | 99146 | ||
259 | 99158 | ||
260 | 99159 | ||
261 | 93019 | ||
262 | 95067 | ||
263 | 99171 | ||
264 | 99172 | ||
265 | 113510 | ||
266 | 111464 | ||
267 | 99184 | ||
268 | 99185 | ||
269 | 93051 | ||
270 | 95099 | ||
271 | 99197 | ||
272 | 99198 | ||
273 | 113541 | ||
274 | 111495 | ||
275 | 99210 | ||
276 | 99211 | ||
277 | 99223 | ||
278 | 99224 | ||
279 | 93083 | ||
280 | 95131 | ||
281 | 113572 | ||
282 | 99236 | ||
283 | 99237 | ||
284 | 111526 | ||
285 | 99249 | ||
286 | 99250 | ||
287 | 93115 | ||
288 | 95163 | ||
289 | 99262 | ||
290 | 99263 | ||
291 | 113603 | ||
292 | 111557 | ||
293 | 99275 | ||
294 | 99276 | ||
295 | 99288 | ||
296 | 99289 | ||
297 | 93147 | ||
298 | 95195 | ||
299 | 113634 | ||
300 | 111588 | ||
301 | 99301 | ||
302 | 99302 | ||
303 | 99314 | ||
304 | 99315 | ||
305 | 93179 | ||
306 | 95227 | ||
307 | 99327 | ||
308 | 99328 | ||
309 | 113665 | ||
310 | 111619 | ||
311 | 99340 | ||
312 | 99341 | ||
313 | 99353 | ||
314 | 99354 | ||
315 | 93211 | ||
316 | 95259 | ||
317 | 113696 | ||
318 | 111650 | ||
319 | 99366 | ||
320 | 99367 | ||
321 | 99379 | ||
322 | 99380 | ||
323 | 93243 | ||
324 | 95291 | ||
325 | 113727 | ||
326 | 99392 | ||
327 | 99393 | ||
328 | 111681 | ||
329 | 99405 | ||
330 | 99406 | ||
331 | 99418 | ||
332 | 93275 | ||
333 | 99419 | ||
334 | 95323 | ||
335 | 113758 | ||
336 | 111712 | ||
337 | 109666 | ||
338 | 99431 | ||
339 | 99432 | ||
340 | 99444 | ||
341 | 99445 | ||
342 | 93307 | ||
343 | 95355 | ||
344 | 113789 | ||
345 | 111743 | ||
346 | 109697 | ||
347 | 99457 | ||
348 | 99458 | ||
349 | 99470 | ||
350 | 99471 | ||
351 | 93339 | ||
352 | 95387 | ||
353 | 99483 | ||
354 | 99484 | ||
355 | 111774 | ||
356 | 109728 | ||
357 | 99496 | ||
358 | 99497 | ||
359 | 99509 | ||
360 | 99510 | ||
361 | 93371 | ||
362 | 95419 | ||
363 | 111805 | ||
364 | 109759 | ||
365 | 99522 | ||
366 | 99523 | ||
367 | 99535 | ||
368 | 99536 | ||
369 | 93403 | ||
370 | 95451 | ||
371 | 111836 | ||
372 | 99548 | ||
373 | 99549 | ||
374 | 109790 | ||
375 | 99561 | ||
376 | 99562 | ||
377 | 99574 | ||
378 | 99575 | ||
379 | 93435 | ||
380 | 95483 | ||
381 | 111867 | ||
382 | 109821 | ||
383 | 99587 | ||
384 | 99588 | ||
385 | 99600 | ||
386 | 99601 | ||
387 | 111898 | ||
388 | 93467 | ||
389 | 95515 | ||
390 | 109852 | ||
391 | 99613 | ||
392 | 99614 | ||
393 | 99626 | ||
394 | 99627 | ||
395 | 99639 | ||
396 | 99640 | ||
397 | 111929 | ||
398 | 93499 | ||
399 | 95547 | ||
400 | 109883 | ||
401 | 99652 | ||
402 | 99653 | ||
403 | 99665 | ||
404 | 99666 | ||
405 | 111960 | ||
406 | 109914 | ||
407 | 93531 | ||
408 | 95579 | ||
409 | 99678 | ||
410 | 99679 | ||
411 | 99691 | ||
412 | 99692 | ||
413 | 111991 | ||
414 | 99704 | ||
415 | 99705 | ||
416 | 109945 | ||
417 | 93563 | ||
418 | 95611 | ||
419 | 99717 | ||
420 | 99718 | ||
421 | 99730 | ||
422 | 99731 | ||
423 | 112022 | ||
424 | 109976 | ||
425 | 93595 | ||
426 | 95643 | ||
427 | 99743 | ||
428 | 99744 | ||
429 | 99756 | ||
430 | 99757 | ||
431 | 112053 | ||
432 | 110007 | ||
433 | 99769 | ||
434 | 99770 | ||
435 | 93627 | ||
436 | 95675 | ||
437 | 99782 | ||
438 | 99783 | ||
439 | 99795 | ||
440 | 99796 | ||
441 | 112084 | ||
442 | 110038 | ||
443 | 93659 | ||
444 | 95707 | ||
445 | 99808 | ||
446 | 99809 | ||
447 | 99821 | ||
448 | 99822 | ||
449 | 112115 | ||
450 | 110069 | ||
451 | 99834 | ||
452 | 91643 | ||
453 | 93691 | ||
454 | 99835 | ||
455 | 95739 | ||
456 | 99847 | ||
457 | 99848 | ||
458 | 112146 | ||
459 | 110100 | ||
460 | 99860 | ||
461 | 99861 | ||
462 | 91675 | ||
463 | 93723 | ||
464 | 95771 | ||
465 | 99873 | ||
466 | 112177 | ||
467 | 110131 | ||
468 | 91707 | ||
469 | 93755 | ||
470 | 95803 | ||
471 | 112208 | ||
472 | 110162 | ||
473 | 91739 | ||
474 | 93787 | ||
475 | 95835 | ||
476 | 112239 | ||
477 | 110193 | ||
478 | 91771 | ||
479 | 93819 | ||
480 | 95867 | ||
481 | 112270 | ||
482 | 110224 | ||
483 | 91803 | ||
484 | 93851 | ||
485 | 95899 | ||
486 | 112301 | ||
487 | 110255 | ||
488 | 91835 | ||
489 | 93883 | ||
490 | 112332 | ||
491 | 110286 | ||
492 | 91867 | ||
493 | 93915 | ||
494 | 112363 | ||
495 | 110317 | ||
496 | 91899 | ||
497 | 93947 | ||
498 | 112394 | ||
499 | 110348 | ||
500 | 91931 | ||
501 | 93979 | ||
502 | 112425 | ||
503 | 110379 | ||
504 | 91963 | ||
505 | 94011 | ||
506 | 112456 | ||
507 | 110410 | ||
508 | 98132 | ||
509 | 91995 | ||
510 | 94043 | ||
511 | 98144 | ||
512 | 98145 | ||
513 | 112487 | ||
514 | 110441 | ||
515 | 98157 | ||
516 | 98158 | ||
517 | 98170 | ||
518 | 92027 | ||
519 | 98171 | ||
520 | 94075 | ||
521 | 112518 | ||
522 | 98183 | ||
523 | 98184 | ||
524 | 110472 | ||
525 | 98196 | ||
526 | 98197 | ||
527 | 92059 | ||
528 | 94107 | ||
529 | 98209 | ||
530 | 98210 | ||
531 | 112549 | ||
532 | 110503 | ||
533 | 98222 | ||
534 | 98223 | ||
535 | 92091 | ||
536 | 94139 | ||
537 | 98235 | ||
538 | 98236 | ||
539 | 112580 | ||
540 | 110534 | ||
541 | 98248 | ||
542 | 98249 | ||
543 | 98261 | ||
544 | 98262 | ||
545 | 92123 | ||
546 | 94171 | ||
547 | 98274 | ||
548 | 98275 | ||
549 | 112611 | ||
550 | 110565 | ||
551 | 98287 | ||
552 | 98288 | ||
553 | 92155 | ||
554 | 94203 | ||
555 | 98300 | ||
556 | 98301 | ||
557 | ) | ||
558 | |||
559 | // ************************************************************************* // |
The diff for file testCases/horizontalSettler2D_multiphaseEulerFoam/constant/polyMesh/sets/solidCellSet is too big (6744 changes) and cannot be shown. |
The diff for file testCases/horizontalSettler2D_multiphaseEulerFoam/constant/polyMesh/sets/solidFaceSet is too big (13655 changes) and cannot be shown. |
The diff for file testCases/horizontalSettler2D_multiphaseEulerFoam/constant/polyMesh/sets/solidFaceZone is too big (13655 changes) and cannot be shown. |
File testCases/horizontalSettler2D_multiphaseEulerFoam/constant/polyMesh/sets/twoInternalFacesCells deleted (index 2721ea9..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class cellSet; | ||
13 | location "constant/polyMesh/sets"; | ||
14 | object twoInternalFacesCells; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | |||
19 | 10 | ||
20 | ( | ||
21 | 0 | ||
22 | 49343 | ||
23 | 49354 | ||
24 | 46506 | ||
25 | 62901 | ||
26 | 66026 | ||
27 | 59901 | ||
28 | 63026 | ||
29 | 55157 | ||
30 | 3000 | ||
31 | ) | ||
32 | |||
33 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/constant/populationBalanceProperties.aqueous deleted (index 1efea43..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "constant"; | ||
14 | object populationaBalanceProperties.aqueous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | populationBalanceModel univariate; | ||
19 | |||
20 | Switch_SolveQuadrature on; | ||
21 | |||
22 | univariateCoeffs | ||
23 | { | ||
24 | aggregation off; | ||
25 | |||
26 | aggregationKernel | ||
27 | { | ||
28 | aggregationKernel constant; | ||
29 | |||
30 | Ca Ca [ 0 0 -1 0 0 0 0 ] 5.0e-14; | ||
31 | } | ||
32 | |||
33 | coalescence on; | ||
34 | |||
35 | coalescenceKernel | ||
36 | { | ||
37 | coalescenceKernel buoyancyInduced; | ||
38 | |||
39 | Ck Ck [ 0 0 -1 0 0 0 0 ] 1.0; | ||
40 | Ucrit Ucrit [ 0 1 -1 0 0 0 0 ] 5.0e-4; | ||
41 | contPhaseName organic; | ||
42 | } | ||
43 | |||
44 | breakup off; | ||
45 | |||
46 | breakupKernel | ||
47 | { | ||
48 | breakupKernel constant; | ||
49 | |||
50 | Cb Cb [ 0 0 0 0 0 0 0 ] 0.0; | ||
51 | //epsilonExp 0.75; | ||
52 | //nuExp -1.25; | ||
53 | //sizeExp 1.0; | ||
54 | } | ||
55 | |||
56 | daughterDistribution | ||
57 | { | ||
58 | daughterDistribution uniform; //symmetricFragmentation; | ||
59 | } | ||
60 | |||
61 | diffusionModel | ||
62 | { | ||
63 | diffusionModel none; //turbulentDiffusion; | ||
64 | //gammaLam gammaLam [ 0 2 -1 0 0 0 0 ] 0.0001; | ||
65 | //Sc 0.7; | ||
66 | } | ||
67 | |||
68 | growth off; | ||
69 | |||
70 | growthModel | ||
71 | { | ||
72 | growthModel constant; | ||
73 | minAbscissa minAbscissa [0 -2 0 0 0 0 0] 0.0; | ||
74 | maxAbscissa maxAbscissa [0 -2 0 0 0 0 0] 0.0; | ||
75 | |||
76 | //Cg Cg [0 3 -1 0 0 0 0 ] 1.0; | ||
77 | } | ||
78 | |||
79 | nucleationModel | ||
80 | { | ||
81 | nucleationModel none; | ||
82 | } | ||
83 | |||
84 | odeCoeffs | ||
85 | { | ||
86 | ATol 1.0e-8; | ||
87 | RTol 1.0e-4; | ||
88 | fac 0.9; | ||
89 | facMin 0.5; | ||
90 | facMax 2.0; | ||
91 | minLocalDt 1.0e-5; | ||
92 | } | ||
93 | } | ||
94 | |||
95 | |||
96 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/constant/populationBalanceProperties.bicontinuous deleted (index 7e2db49..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "constant"; | ||
14 | object populationaBalanceProperties.bicontinuous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | populationBalanceModel univariate; | ||
19 | |||
20 | Switch_SolveQuadrature on; | ||
21 | |||
22 | univariateCoeffs | ||
23 | { | ||
24 | aggregation off; | ||
25 | |||
26 | aggregationKernel | ||
27 | { | ||
28 | aggregationKernel constant; | ||
29 | |||
30 | Ca Ca [ 0 0 -1 0 0 0 0 ] 1.0e-13; | ||
31 | } | ||
32 | |||
33 | coalescence on; | ||
34 | |||
35 | coalescenceKernel | ||
36 | { | ||
37 | coalescenceKernel buoyancyInduced; | ||
38 | |||
39 | Ck Ck [ 0 0 -1 0 0 0 0 ] 1.0; | ||
40 | Ucrit Ucrit [ 0 1 -1 0 0 0 0 ] 1.0e-3; | ||
41 | contPhaseName organic; | ||
42 | } | ||
43 | |||
44 | breakup off; | ||
45 | |||
46 | breakupKernel | ||
47 | { | ||
48 | breakupKernel constant; | ||
49 | |||
50 | Cb Cb [ 0 0 0 0 0 0 0 ] 0.0; | ||
51 | //epsilonExp 0.75; | ||
52 | //nuExp -1.25; | ||
53 | //sizeExp 1.0; | ||
54 | } | ||
55 | |||
56 | daughterDistribution | ||
57 | { | ||
58 | daughterDistribution uniform; //symmetricFragmentation; | ||
59 | } | ||
60 | |||
61 | diffusionModel | ||
62 | { | ||
63 | diffusionModel none; //turbulentDiffusion; | ||
64 | //gammaLam gammaLam [ 0 2 -1 0 0 0 0 ] 0.0001; | ||
65 | //Sc 0.7; | ||
66 | } | ||
67 | |||
68 | growth off; | ||
69 | |||
70 | growthModel | ||
71 | { | ||
72 | growthModel constant; | ||
73 | minAbscissa minAbscissa [0 -2 0 0 0 0 0] 0.0; | ||
74 | maxAbscissa maxAbscissa [0 -2 0 0 0 0 0] 0.0; | ||
75 | |||
76 | //Cg Cg [0 3 -1 0 0 0 0 ] 1.0; | ||
77 | } | ||
78 | |||
79 | nucleationModel | ||
80 | { | ||
81 | nucleationModel none; | ||
82 | } | ||
83 | |||
84 | odeCoeffs | ||
85 | { | ||
86 | ATol 1.0e-8; | ||
87 | RTol 1.0e-4; | ||
88 | fac 0.9; | ||
89 | facMin 0.5; | ||
90 | facMax 2.0; | ||
91 | minLocalDt 1.0e-5; | ||
92 | } | ||
93 | } | ||
94 | |||
95 | |||
96 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/constant/populationBalanceProperties.organic deleted (index 534ac31..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "constant"; | ||
14 | object populationaBalanceProperties.organic; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | Switch_SolveQuadrature off; | ||
19 | |||
20 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/constant/quadratureProperties.populationBalance.aqueous deleted (index 17d147a..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "constant"; | ||
14 | object quadratureProperties.aqueous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | fieldMomentInversion extendedFieldMomentInversion; | ||
19 | |||
20 | extendedMomentInversionCoeff | ||
21 | { | ||
22 | extendedMomentInversion lognormal; | ||
23 | |||
24 | maxSigmaIter 1000; | ||
25 | momentsTol 1.0e-6; | ||
26 | sigmaTol 1.0e-8; | ||
27 | targetFunctionTol 1.0e-8; | ||
28 | |||
29 | basicQuadrature | ||
30 | { | ||
31 | univariateMomentInversion Gauss; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | /* | ||
36 | basicMomentInversion | ||
37 | { | ||
38 | univariateMomentInversion Gauss; | ||
39 | } | ||
40 | |||
41 | momentAdvection | ||
42 | { | ||
43 | univariateMomentAdvection noAdvection; | ||
44 | } | ||
45 | */ | ||
46 | |||
47 | moments | ||
48 | ( | ||
49 | (0) | ||
50 | (1) | ||
51 | (2) | ||
52 | (3) | ||
53 | (4) | ||
54 | ); | ||
55 | |||
56 | nodes | ||
57 | ( | ||
58 | node0{} | ||
59 | node1{} | ||
60 | ); | ||
61 | |||
62 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/constant/quadratureProperties.populationBalance.bicontinuous deleted (index d12f5eb..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "constant"; | ||
14 | object quadratureProperties.bicontinuous; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | fieldMomentInversion extendedFieldMomentInversion; | ||
19 | |||
20 | extendedMomentInversionCoeff | ||
21 | { | ||
22 | extendedMomentInversion lognormal; | ||
23 | |||
24 | maxSigmaIter 1000; | ||
25 | momentsTol 1.0e-6; | ||
26 | sigmaTol 1.0e-8; | ||
27 | targetFunctionTol 1.0e-8; | ||
28 | |||
29 | basicQuadrature | ||
30 | { | ||
31 | univariateMomentInversion Gauss; | ||
32 | } | ||
33 | } | ||
34 | |||
35 | /* | ||
36 | basicMomentInversion | ||
37 | { | ||
38 | univariateMomentInversion Gauss; | ||
39 | } | ||
40 | |||
41 | momentAdvection | ||
42 | { | ||
43 | univariateMomentAdvection noAdvection; | ||
44 | } | ||
45 | */ | ||
46 | |||
47 | moments | ||
48 | ( | ||
49 | (0) | ||
50 | (1) | ||
51 | (2) | ||
52 | (3) | ||
53 | (4) | ||
54 | ); | ||
55 | |||
56 | nodes | ||
57 | ( | ||
58 | node0{} | ||
59 | node1{} | ||
60 | ); | ||
61 | |||
62 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/constant/transportProperties deleted (index 575f66e..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "constant"; | ||
14 | object transportProperties; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | phases | ||
19 | ( | ||
20 | organic | ||
21 | { | ||
22 | nu 8.292e-07; // Dynamic viscosity = 6.07e-4 | ||
23 | kappa 0.135; // Approximate value, not from experiment! | ||
24 | Cp 1904.99; // Approximate value, not from experiment! | ||
25 | rho 732; | ||
26 | |||
27 | diameterModel constant; | ||
28 | constantCoeffs | ||
29 | { | ||
30 | d 1e-03; | ||
31 | } | ||
32 | } | ||
33 | |||
34 | aqueous | ||
35 | { | ||
36 | nu 5.9e-07; // Dynamic viscosity = 5.7e-4 | ||
37 | kappa 0.6; // needs to be corrected for energy equation | ||
38 | Cp 4182; // needs to be corrected for energy equation | ||
39 | rho 966; | ||
40 | |||
41 | diameterModel constant;//QBMM; | ||
42 | constantCoeffs | ||
43 | { | ||
44 | d 1e-05; | ||
45 | } | ||
46 | QBMMCoeffs | ||
47 | { | ||
48 | dMax 1e-01; | ||
49 | dMin 1e-06; | ||
50 | Kv 0.5235988; | ||
51 | min_moment2 1e-06; | ||
52 | } | ||
53 | } | ||
54 | |||
55 | bicontinuous | ||
56 | { | ||
57 | nu 1.322e-07; // Dynamic viscosity = 1.2345e-4 | ||
58 | kappa 0.6; // Using same value as for water, not from experiment! | ||
59 | Cp 4182; // Using same value as for, not from experiment! | ||
60 | rho 934; | ||
61 | |||
62 | diameterModel constant;//QBMM; | ||
63 | constantCoeffs | ||
64 | { | ||
65 | d 2e-05; | ||
66 | } | ||
67 | QBMMCoeffs | ||
68 | { | ||
69 | dMax 1e-01; | ||
70 | dMin 1e-06; | ||
71 | Kv 0.5235988; | ||
72 | min_moment2 1e-06; } | ||
73 | } | ||
74 | ); | ||
75 | |||
76 | |||
77 | sigmas | ||
78 | ( | ||
79 | (aqueous organic) 9.61e-4 | ||
80 | (bicontinuous organic) 7.4e-4 | ||
81 | (bicontinuous aqueous) 4.52e-4 | ||
82 | ); | ||
83 | |||
84 | interfaceCompression | ||
85 | ( | ||
86 | (aqueous organic) 0 | ||
87 | (bicontinuous organic) 0 | ||
88 | (bicontinuous aqueous) 0 | ||
89 | ); | ||
90 | |||
91 | virtualMass | ||
92 | ( | ||
93 | (aqueous organic) 0.5 | ||
94 | (bicontinuous organic) 0.5 | ||
95 | (bicontinuous aqueous) 0.5 | ||
96 | ); | ||
97 | |||
98 | drag | ||
99 | ( | ||
100 | (aqueous organic) | ||
101 | { | ||
102 | type SchillerNaumann; | ||
103 | |||
104 | residualPhaseFraction 1e-3; | ||
105 | residualSlip 1e-3; | ||
106 | } | ||
107 | |||
108 | (bicontinuous organic) | ||
109 | { | ||
110 | type SchillerNaumann; | ||
111 | |||
112 | residualPhaseFraction 1e-3; | ||
113 | residualSlip 1e-3; | ||
114 | } | ||
115 | |||
116 | (bicontinuous aqueous) | ||
117 | { | ||
118 | type blended; | ||
119 | |||
120 | bicontinuous | ||
121 | { | ||
122 | type SchillerNaumann; | ||
123 | residualPhaseFraction 0; | ||
124 | residualSlip 0; | ||
125 | } | ||
126 | |||
127 | aqueous | ||
128 | { | ||
129 | type SchillerNaumann; | ||
130 | residualPhaseFraction 0; | ||
131 | residualSlip 0; | ||
132 | } | ||
133 | |||
134 | residualPhaseFraction 1e-2; | ||
135 | residualSlip 1e-2; | ||
136 | } | ||
137 | ); | ||
138 | |||
139 | |||
140 | // This is a dummy to support the Smagorinsky model | ||
141 | transportModel Newtonian; | ||
142 | nu [0 2 -1 0 0 0 0] 0; | ||
143 | |||
144 | |||
145 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/constant/turbulenceProperties deleted (index 8a3fce7..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "constant"; | ||
14 | object turbulenceProperties; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | simulationType laminar; | ||
19 | |||
20 | RAS | ||
21 | { | ||
22 | RASModel kEpsilon; | ||
23 | |||
24 | turbulence on; | ||
25 | printCoeffs on; | ||
26 | } | ||
27 | |||
28 | LES | ||
29 | { | ||
30 | LESModel Smagorinsky; | ||
31 | |||
32 | turbulence on; | ||
33 | printCoeffs on; | ||
34 | |||
35 | delta cubeRootVol; | ||
36 | |||
37 | cubeRootVolCoeffs | ||
38 | { | ||
39 | deltaCoeff 1; | ||
40 | } | ||
41 | } | ||
42 | |||
43 | |||
44 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/horizontalSettler2D.OpenFOAM deleted (index e69de29..0000000) |
File testCases/horizontalSettler2D_multiphaseEulerFoam/makeMesh deleted (index dd71cee..0000000) | |||
1 | #!/bin/sh | ||
2 | cd ${0%/*} || exit 1 # run from this directory | ||
3 | |||
4 | # Source tutorial run functions | ||
5 | . $WM_PROJECT_DIR/bin/tools/RunFunctions | ||
6 | |||
7 | runApplication blockMesh | ||
8 | runApplication checkMesh -allTopology -allGeometry | ||
9 | runApplication topoSet | ||
10 | runApplication createBaffles -overwrite | ||
11 | runApplication createPatch -overwrite |
File testCases/horizontalSettler2D_multiphaseEulerFoam/reRun deleted (index 3c185f2..0000000) | |||
1 | #!/bin/sh | ||
2 | cd ${0%/*} || exit 1 # Run from this directory | ||
3 | |||
4 | org="0.org" | ||
5 | const="constant" | ||
6 | system="system" | ||
7 | dyn="dynamicCode" | ||
8 | |||
9 | for f in * | ||
10 | do | ||
11 | if [ -d $f ]; then | ||
12 | if \ | ||
13 | [ $f != $org ] \ | ||
14 | && [ $f != $const ] \ | ||
15 | && [ $f != $system ] \ | ||
16 | && [ $f != $dyn ] ; then | ||
17 | rm -r $f | ||
18 | fi | ||
19 | fi | ||
20 | done | ||
21 | |||
22 | blockMesh > log.blockMesh 2>&1 | ||
23 | checkMesh -allTopology -allGeometry > log.checkMesh 2>&1 | ||
24 | topoSet > log.topoSet 2>&1 | ||
25 | createBaffles -overwrite > log.createBaffles 2>&1 | ||
26 | createPatch -overwrite > log.createPatch 2>&1 | ||
27 | mkdir 0 | ||
28 | cp 0.org/* 0/ | ||
29 | multiphaseEulerFoam > log.multiphaseEulerFoam 2>&1 | ||
30 | #decomposePar | ||
31 | #mpirun -np 4 multiphaseEulerFoam -parallel |
File testCases/horizontalSettler2D_multiphaseEulerFoam/system/blockMeshDict deleted (index 996d5f6..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | object blockMeshDict; | ||
14 | } | ||
15 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
16 | |||
17 | convertToMeters 0.001; | ||
18 | |||
19 | //- Factor of refinement | ||
20 | N 2.5; | ||
21 | |||
22 | //- Zero | ||
23 | zero 0.0; | ||
24 | |||
25 | //- Delta z | ||
26 | delZ 5.0; | ||
27 | |||
28 | //- Radius of inlet/outlet pipe [mm] | ||
29 | radiusPipe 3.5; | ||
30 | |||
31 | //- Radius of O-grid block in inlet/outlet pipe [mm] | ||
32 | radiusPipeO 1.5; | ||
33 | |||
34 | //- Length of inlet/outlet pipe [mm] | ||
35 | lengthPipe 49.0; | ||
36 | |||
37 | //- Distance of curved inlet from inlet face [mm] | ||
38 | distanceCurvedInlet 55.0; | ||
39 | |||
40 | //- Points on arc 1 | ||
41 | InletArc1X 50.0; | ||
42 | radiusArc1 10.75; | ||
43 | |||
44 | //- Radius of intermediate - for curved section body [mm] | ||
45 | radiusIntermediate 25.9; | ||
46 | |||
47 | //- Points on arc 2 | ||
48 | InletArc2X 56.0; | ||
49 | radiusArc2 27.13; | ||
50 | |||
51 | //- Distance of straight section from inlet [mm] | ||
52 | distanceStraight 58.67; | ||
53 | |||
54 | //- Radius of settler body [mm] | ||
55 | radiusSettler 28.15; | ||
56 | |||
57 | //- Distance at which solid/porous begins [mm] | ||
58 | distanceSolid 81.0; | ||
59 | |||
60 | //- Length of solid/porous [mm] | ||
61 | lengthSolid 30.0; | ||
62 | |||
63 | //- Radius of solid [mm] | ||
64 | radiusSolid 25.0; | ||
65 | |||
66 | //- Radius of O-grid block in settler [mm] | ||
67 | radiusSettlerO 6.0; | ||
68 | |||
69 | //- Distance at which glass wall begins [mm] | ||
70 | distanceGlass 138.0; | ||
71 | |||
72 | //- Length of glass wall [mm] | ||
73 | lengthGlass 30.0; | ||
74 | |||
75 | //- Radius of glass [mm] | ||
76 | radiusGlass 28.15; | ||
77 | |||
78 | //- Distance of zone preceding middle outlet [mm] | ||
79 | distanceMidOutletZoneBegin 200.0; | ||
80 | |||
81 | //- Distance of center of middle outlet [mm] | ||
82 | distanceOutletMid 225.0; | ||
83 | |||
84 | //- Distance of zone preceding middle outlet [mm] | ||
85 | distanceMidOutletZoneEnd 240.0; | ||
86 | |||
87 | //- Distance of curved inlet from inlet face [mm] | ||
88 | distanceCurvedOutlet 247.3; | ||
89 | |||
90 | //- Points on arc 1 and arc 2 | ||
91 | OutletArc1X | ||
92 | |||
93 | //- Max/Min Distance of top/bottom outlet [mm] | ||
94 | distanceOutletMin 252.4; | ||
95 | distanceOutletMax 254.6; | ||
96 | |||
97 | //- Distance of settler curved end from inlet [mm] | ||
98 | distanceSettlerEnd 257.0; | ||
99 | |||
100 | //- Height of middle outlet | ||
101 | midOutletMaxY -5.0; | ||
102 | midOutletMinY -105.0; | ||
103 | |||
104 | //- Half angle in degrees | ||
105 | halfAngle 45.0; | ||
106 | |||
107 | //- Half angle in radian | ||
108 | radHalfAngle #calc "degToRad($halfAngle)"; | ||
109 | |||
110 | negRadiusPipe #calc "-1.0*$radiusPipe"; | ||
111 | negRadiusIntermediate #calc "-1.0*$radiusIntermediate"; | ||
112 | negRadiusSettler #calc "-1.0*$radiusSettler"; | ||
113 | negRadiusSolid #calc "-1.0*$radiusSolid"; | ||
114 | negRadiusGlass #calc "-1.0*$radiusGlass"; | ||
115 | |||
116 | //- Inlet pipe end X | ||
117 | inletPipeEndX #calc "$zero+$lengthPipe"; | ||
118 | |||
119 | //- Curved inlet X | ||
120 | curvedInletX #calc "$zero+$distanceCurvedInlet"; | ||
121 | |||
122 | //- Curvet inlet section points | ||
123 | curvedInletMaxY #calc "$radiusIntermediate"; | ||
124 | curvedInletMinY #calc "-1.0*$radiusIntermediate"; | ||
125 | |||
126 | //- Calculate points through which inlet arc 1 passes | ||
127 | InletArc1MaxY #calc "$radiusArc1"; | ||
128 | InletArc1MinY #calc "-1.0*$radiusArc1"; | ||
129 | |||
130 | //- Calculate points through which inlet arc 2 passes | ||
131 | InletArc2MaxY #calc "$radiusArc2"; | ||
132 | InletArc2MinY #calc "-1.0*$radiusArc2"; | ||
133 | |||
134 | //- Curved inlet O-grid points | ||
135 | curvedInletOMinX #calc "$curvedInletX+$radiusPipe"; | ||
136 | curvedInletOMaxX #calc "$curvedInletX+2.0*$radiusPipe"; | ||
137 | |||
138 | curvedInletOMaxY #calc "3.0*$radiusSettlerO*cos($radHalfAngle)"; | ||
139 | curvedInletOMinY #calc "-3.0*$radiusSettlerO*cos($radHalfAngle)"; | ||
140 | |||
141 | curvedInletOMaxY2 #calc "4.0*$radiusSettlerO*cos($radHalfAngle)"; | ||
142 | curvedInletOMinY2 #calc "-4.0*$radiusSettlerO*cos($radHalfAngle)"; | ||
143 | |||
144 | //- Settler body initial X | ||
145 | settlerBeginX #calc "$zero+$distanceStraight"; | ||
146 | |||
147 | //- Settler section points | ||
148 | settlerMaxY #calc "$radiusSettler*cos($radHalfAngle)"; | ||
149 | settlerMinY #calc "-1.0*$radiusSettler*cos($radHalfAngle)"; | ||
150 | |||
151 | //- Settler inlet O-grid points | ||
152 | settlerInletOMaxY #calc "$radiusSettlerO*cos($radHalfAngle)"; | ||
153 | settlerInletOMinY #calc "-1.0*$radiusSettlerO*cos($radHalfAngle)"; | ||
154 | |||
155 | //- Settler begin porous zone X | ||
156 | porousBeginX #calc "$zero+$distanceSolid"; | ||
157 | |||
158 | //- Solid/porous section points | ||
159 | porousMaxY #calc "$radiusSolid*cos($radHalfAngle)"; | ||
160 | porousMinY #calc "-1.0*$radiusSolid*cos($radHalfAngle)"; | ||
161 | |||
162 | //- Settler end porous zone X | ||
163 | porousEndX #calc "$zero+$distanceSolid+$lengthSolid"; | ||
164 | |||
165 | //- Glass window begin X | ||
166 | glassBeginX #calc "$zero+$distanceGlass"; | ||
167 | |||
168 | //- Glass window section points | ||
169 | glassMaxY #calc "$radiusGlass*cos($radHalfAngle)"; | ||
170 | glassMinY #calc "-1.0*$radiusGlass*cos($radHalfAngle)"; | ||
171 | |||
172 | //- Glass window end X | ||
173 | glassEndX #calc "$zero+$distanceGlass+$lengthGlass"; | ||
174 | |||
175 | //- Zone preceding middle outlet X | ||
176 | beginMidOutletZoneX #calc "$zero+$distanceMidOutletZoneBegin"; | ||
177 | |||
178 | //- Middle outlet maximum and minimum X | ||
179 | midOutletCircMinX #calc "$zero+$distanceOutletMid-$radiusPipe"; | ||
180 | midOutletCircMaxX #calc "$zero+$distanceOutletMid+$radiusPipe"; | ||
181 | |||
182 | //- Grid points on the middle pipe | ||
183 | midOutletMaxX #calc "$zero+$distanceOutletMid+$radiusPipe"; | ||
184 | midOutletMinX #calc "$zero+$distanceOutletMid-$radiusPipe"; | ||
185 | |||
186 | //- O-Grid in middle outlet pipe | ||
187 | midOutletOMaxX #calc "$zero+$distanceOutletMid+$radiusPipeO*cos($radHalfAngle)"; | ||
188 | midOutletOMinX #calc "$zero+$distanceOutletMid-$radiusPipeO*cos($radHalfAngle)"; | ||
189 | |||
190 | //- Zone following middle outlet X | ||
191 | endMidOutletZoneX #calc "$zero+$distanceMidOutletZoneEnd"; | ||
192 | |||
193 | //- Curved outlet X | ||
194 | curvedOutletX #calc "$zero+$distanceCurvedOutlet"; | ||
195 | |||
196 | //- Settler body final X | ||
197 | settlerEndX #calc "$zero+$distanceSettlerEnd"; | ||
198 | |||
199 | //- Curved outlet O-grid points | ||
200 | curvedOutletOMinX #calc "$curvedOutletX-$radiusPipe"; | ||
201 | curvedOutletOMaxX #calc "$curvedOutletX-2.0*$radiusPipe"; | ||
202 | |||
203 | //- Mesh refinement parameters | ||
204 | //- | ||
205 | X0 #calc "std::floor($N*50.0)"; | ||
206 | Y0 #calc "std::floor($N*10.0)"; | ||
207 | Z0 1; | ||
208 | |||
209 | X1 #calc "std::floor($N*12.0)"; | ||
210 | Y1 #calc "std::floor($N*5.0)"; | ||
211 | |||
212 | X2 #calc "std::floor($N*15.0)"; | ||
213 | Y2 #calc "std::floor($N*10.0)"; | ||
214 | |||
215 | X3 #calc "std::floor($N*19.0)"; | ||
216 | Y3 #calc "std::floor($N*65.0)"; | ||
217 | |||
218 | X4 #calc "std::floor($N*17.0)"; | ||
219 | X5 #calc "std::floor($N*20.0)"; | ||
220 | X6 #calc "std::floor($N*21.0)"; | ||
221 | X7 #calc "std::floor($N*13.0)"; | ||
222 | X8 #calc "std::floor($N*5.0)"; | ||
223 | X9 #calc "std::floor($N*12.0)"; | ||
224 | |||
225 | vertices | ||
226 | ( | ||
227 | ( $zero $negRadiusPipe $zero ) //0 | ||
228 | ( $inletPipeEndX $negRadiusPipe $zero ) //1 | ||
229 | ( $inletPipeEndX $radiusPipe $zero ) //2 | ||
230 | ( $zero $radiusPipe $zero ) //3 | ||
231 | |||
232 | ( $zero $negRadiusPipe $delZ ) //4 | ||
233 | ( $inletPipeEndX $negRadiusPipe $delZ ) //5 | ||
234 | ( $inletPipeEndX $radiusPipe $delZ ) //6 | ||
235 | ( $zero $radiusPipe $delZ ) //7 | ||
236 | |||
237 | ( $curvedInletX $curvedInletMaxY $zero ) //8 | ||
238 | ( $curvedInletX $settlerInletOMaxY $zero ) //9 | ||
239 | ( $curvedInletX $settlerInletOMinY $zero ) //10 | ||
240 | ( $curvedInletX $curvedInletMinY $zero ) //11 | ||
241 | |||
242 | ( $curvedInletX $curvedInletMaxY $delZ ) //12 | ||
243 | ( $curvedInletX $settlerInletOMaxY $delZ ) //13 | ||
244 | ( $curvedInletX $settlerInletOMinY $delZ ) //14 | ||
245 | ( $curvedInletX $curvedInletMinY $delZ ) //15 | ||
246 | |||
247 | ( $settlerBeginX $radiusSettler $zero ) //16 | ||
248 | ( $curvedInletOMinX $curvedInletOMaxY $zero ) //17 | ||
249 | ( $curvedInletOMinX $curvedInletOMinY $zero ) //18 | ||
250 | ( $settlerBeginX $negRadiusSettler $zero ) //19 | ||
251 | |||
252 | ( $settlerBeginX $radiusSettler $delZ ) //20 | ||
253 | ( $curvedInletOMinX $curvedInletOMaxY $delZ ) //21 | ||
254 | ( $curvedInletOMinX $curvedInletOMinY $delZ ) //22 | ||
255 | ( $settlerBeginX $negRadiusSettler $delZ ) //23 | ||
256 | |||
257 | ( $curvedInletOMaxX $curvedInletOMaxY2 $zero )//24 | ||
258 | ( $curvedInletOMaxX $curvedInletOMinY2 $zero )//25 | ||
259 | ( $curvedInletOMaxX $curvedInletOMaxY2 $delZ )//26 | ||
260 | ( $curvedInletOMaxX $curvedInletOMinY2 $delZ )//27 | ||
261 | |||
262 | ( $porousBeginX $radiusSettler $zero ) //28 | ||
263 | ( $porousBeginX $curvedInletOMaxY2 $zero ) //29 | ||
264 | ( $porousBeginX $curvedInletOMaxY $zero ) //30 | ||
265 | ( $porousBeginX $settlerInletOMaxY $zero ) //31 | ||
266 | ( $porousBeginX $settlerInletOMinY $zero ) //32 | ||
267 | ( $porousBeginX $curvedInletOMinY $zero ) //33 | ||
268 | ( $porousBeginX $curvedInletOMinY2 $zero ) //34 | ||
269 | ( $porousBeginX $negRadiusSettler $zero ) //35 | ||
270 | |||
271 | ( $porousBeginX $radiusSettler $delZ ) //36 | ||
272 | ( $porousBeginX $curvedInletOMaxY2 $delZ ) //37 | ||
273 | ( $porousBeginX $curvedInletOMaxY $delZ ) //38 | ||
274 | ( $porousBeginX $settlerInletOMaxY $delZ ) //39 | ||
275 | ( $porousBeginX $settlerInletOMinY $delZ ) //40 | ||
276 | ( $porousBeginX $curvedInletOMinY $delZ ) //41 | ||
277 | ( $porousBeginX $curvedInletOMinY2 $delZ ) //42 | ||
278 | ( $porousBeginX $negRadiusSettler $delZ ) //43 | ||
279 | |||
280 | ( $porousEndX $radiusSettler $zero ) //44 | ||
281 | ( $porousEndX $curvedInletOMaxY2 $zero ) //45 | ||
282 | ( $porousEndX $curvedInletOMaxY $zero ) //46 | ||
283 | ( $porousEndX $settlerInletOMaxY $zero ) //47 | ||
284 | ( $porousEndX $settlerInletOMinY $zero ) //48 | ||
285 | ( $porousEndX $curvedInletOMinY $zero ) //49 | ||
286 | ( $porousEndX $curvedInletOMinY2 $zero ) //50 | ||
287 | ( $porousEndX $negRadiusSettler $zero ) //51 | ||
288 | |||
289 | ( $porousEndX $radiusSettler $delZ ) //52 | ||
290 | ( $porousEndX $curvedInletOMaxY2 $delZ ) //53 | ||
291 | ( $porousEndX $curvedInletOMaxY $delZ ) //54 | ||
292 | ( $porousEndX $settlerInletOMaxY $delZ ) //55 | ||
293 | ( $porousEndX $settlerInletOMinY $delZ ) //56 | ||
294 | ( $porousEndX $curvedInletOMinY $delZ ) //57 | ||
295 | ( $porousEndX $curvedInletOMinY2 $delZ ) //58 | ||
296 | ( $porousEndX $negRadiusSettler $delZ ) //59 | ||
297 | |||
298 | ( $glassBeginX $radiusSettler $zero ) //60 | ||
299 | ( $glassBeginX $curvedInletOMaxY2 $zero ) //61 | ||
300 | ( $glassBeginX $curvedInletOMaxY $zero ) //62 | ||
301 | ( $glassBeginX $settlerInletOMaxY $zero ) //63 | ||
302 | ( $glassBeginX $settlerInletOMinY $zero ) //64 | ||
303 | ( $glassBeginX $curvedInletOMinY $zero ) //65 | ||
304 | ( $glassBeginX $curvedInletOMinY2 $zero ) //66 | ||
305 | ( $glassBeginX $negRadiusSettler $zero ) //67 | ||
306 | |||
307 | ( $glassBeginX $radiusSettler $delZ ) //68 | ||
308 | ( $glassBeginX $curvedInletOMaxY2 $delZ ) //69 | ||
309 | ( $glassBeginX $curvedInletOMaxY $delZ ) //70 | ||
310 | ( $glassBeginX $settlerInletOMaxY $delZ ) //71 | ||
311 | ( $glassBeginX $settlerInletOMinY $delZ ) //72 | ||
312 | ( $glassBeginX $curvedInletOMinY $delZ ) //73 | ||
313 | ( $glassBeginX $curvedInletOMinY2 $delZ ) //74 | ||
314 | ( $glassBeginX $negRadiusSettler $delZ ) //75 | ||
315 | |||
316 | ( $glassEndX $radiusSettler $zero ) //76 | ||
317 | ( $glassEndX $curvedInletOMaxY2 $zero ) //77 | ||
318 | ( $glassEndX $curvedInletOMaxY $zero ) //78 | ||
319 | ( $glassEndX $settlerInletOMaxY $zero ) //79 | ||
320 | ( $glassEndX $settlerInletOMinY $zero ) //80 | ||
321 | ( $glassEndX $curvedInletOMinY $zero ) //81 | ||
322 | ( $glassEndX $curvedInletOMinY2 $zero ) //82 | ||
323 | ( $glassEndX $negRadiusSettler $zero ) //83 | ||
324 | |||
325 | ( $glassEndX $radiusSettler $delZ ) //84 | ||
326 | ( $glassEndX $curvedInletOMaxY2 $delZ ) //85 | ||
327 | ( $glassEndX $curvedInletOMaxY $delZ ) //86 | ||
328 | ( $glassEndX $settlerInletOMaxY $delZ ) //87 | ||
329 | ( $glassEndX $settlerInletOMinY $delZ ) //88 | ||
330 | ( $glassEndX $curvedInletOMinY $delZ ) //89 | ||
331 | ( $glassEndX $curvedInletOMinY2 $delZ ) //90 | ||
332 | ( $glassEndX $negRadiusSettler $delZ ) //91 | ||
333 | |||
334 | ( $beginMidOutletZoneX $radiusSettler $zero ) //92 | ||
335 | ( $beginMidOutletZoneX $curvedInletOMaxY2 $zero ) //93 | ||
336 | ( $beginMidOutletZoneX $curvedInletOMaxY $zero ) //94 | ||
337 | ( $beginMidOutletZoneX $settlerInletOMaxY $zero ) //95 | ||
338 | ( $beginMidOutletZoneX $settlerInletOMinY $zero ) //96 | ||
339 | ( $beginMidOutletZoneX $curvedInletOMinY $zero ) //97 | ||
340 | ( $beginMidOutletZoneX $curvedInletOMinY2 $zero ) //98 | ||
341 | ( $beginMidOutletZoneX $negRadiusSettler $zero ) //99 | ||
342 | |||
343 | ( $beginMidOutletZoneX $radiusSettler $delZ ) //100 | ||
344 | ( $beginMidOutletZoneX $curvedInletOMaxY2 $delZ ) //101 | ||
345 | ( $beginMidOutletZoneX $curvedInletOMaxY $delZ ) //102 | ||
346 | ( $beginMidOutletZoneX $settlerInletOMaxY $delZ ) //103 | ||
347 | ( $beginMidOutletZoneX $settlerInletOMinY $delZ ) //104 | ||
348 | ( $beginMidOutletZoneX $curvedInletOMinY $delZ ) //105 | ||
349 | ( $beginMidOutletZoneX $curvedInletOMinY2 $delZ ) //106 | ||
350 | ( $beginMidOutletZoneX $negRadiusSettler $delZ ) //107 | ||
351 | |||
352 | ( $midOutletCircMinX $radiusSettler $zero) //108 | ||
353 | ( $midOutletCircMinX $curvedInletOMaxY2 $zero ) //109 | ||
354 | ( $midOutletCircMinX $curvedInletOMaxY $zero ) //110 | ||
355 | ( $midOutletCircMinX $settlerInletOMaxY $zero ) //111 | ||
356 | ( $midOutletCircMinX $midOutletMaxY $zero ) //112 | ||
357 | ( $midOutletCircMinX $curvedInletOMinY $zero ) //113 | ||
358 | ( $midOutletCircMinX $curvedInletOMinY2 $zero ) //114 | ||
359 | ( $midOutletCircMinX $negRadiusSettler $zero ) //115 | ||
360 | |||
361 | ( $midOutletCircMinX $radiusSettler $delZ) //116 | ||
362 | ( $midOutletCircMinX $curvedInletOMaxY2 $delZ ) //117 | ||
363 | ( $midOutletCircMinX $curvedInletOMaxY $delZ ) //118 | ||
364 | ( $midOutletCircMinX $settlerInletOMaxY $delZ ) //119 | ||
365 | ( $midOutletCircMinX $midOutletMaxY $delZ ) //120 | ||
366 | ( $midOutletCircMinX $curvedInletOMinY $delZ ) //121 | ||
367 | ( $midOutletCircMinX $curvedInletOMinY2 $delZ ) //122 | ||
368 | ( $midOutletCircMinX $negRadiusSettler $delZ ) //123 | ||
369 | |||
370 | ( $midOutletCircMaxX $radiusSettler $zero) //124 | ||
371 | ( $midOutletCircMaxX $curvedInletOMaxY2 $zero ) //125 | ||
372 | ( $midOutletCircMaxX $curvedInletOMaxY $zero ) //126 | ||
373 | ( $midOutletCircMaxX $settlerInletOMaxY $zero ) //127 | ||
374 | ( $midOutletCircMaxX $midOutletMaxY $zero ) //128 | ||
375 | ( $midOutletCircMaxX $curvedInletOMinY $zero ) //129 | ||
376 | ( $midOutletCircMaxX $curvedInletOMinY2 $zero ) //130 | ||
377 | ( $midOutletCircMaxX $negRadiusSettler $zero ) //131 | ||
378 | |||
379 | ( $midOutletCircMaxX $radiusSettler $delZ) //132 | ||
380 | ( $midOutletCircMaxX $curvedInletOMaxY2 $delZ ) //133 | ||
381 | ( $midOutletCircMaxX $curvedInletOMaxY $delZ ) //134 | ||
382 | ( $midOutletCircMaxX $settlerInletOMaxY $delZ ) //135 | ||
383 | ( $midOutletCircMaxX $midOutletMaxY $delZ ) //136 | ||
384 | ( $midOutletCircMaxX $curvedInletOMinY $delZ ) //137 | ||
385 | ( $midOutletCircMaxX $curvedInletOMinY2 $delZ ) //138 | ||
386 | ( $midOutletCircMaxX $negRadiusSettler $delZ ) //139 | ||
387 | |||
388 | ( $midOutletCircMinX $midOutletMinY $zero ) //140 | ||
389 | ( $midOutletCircMinX $midOutletMinY $delZ ) //141 | ||
390 | ( $midOutletCircMaxX $midOutletMinY $zero ) //142 | ||
391 | ( $midOutletCircMaxX $midOutletMinY $delZ ) //143 | ||
392 | |||
393 | ( $curvedOutletX $radiusSettler $zero ) //144 | ||
394 | ( $endMidOutletZoneX $curvedInletOMaxY2 $zero ) //145 | ||
395 | ( 242.0 $curvedInletOMaxY $zero ) //146 | ||
396 | ( 244.0 6.00 $zero ) //147 | ||
397 | ( 244.0 -6.00 $zero ) //148 | ||
398 | ( 242.0 $curvedInletOMinY $zero ) //149 | ||
399 | ( $endMidOutletZoneX $curvedInletOMinY2 $zero ) //150 | ||
400 | ( $curvedOutletX $negRadiusSettler $zero ) //151 | ||
401 | |||
402 | ( $curvedOutletX $radiusSettler $delZ ) //152 | ||
403 | ( $endMidOutletZoneX $curvedInletOMaxY2 $delZ ) //153 | ||
404 | ( 242.0 $curvedInletOMaxY $delZ ) //154 | ||
405 | ( 244.0 6.00 $delZ ) //155 | ||
406 | ( 244.0 -6.00 $delZ ) //156 | ||
407 | ( 242.0 $curvedInletOMinY $delZ ) //157 | ||
408 | ( $endMidOutletZoneX $curvedInletOMinY2 $delZ ) //158 | ||
409 | ( $curvedOutletX $negRadiusSettler $delZ ) //159 | ||
410 | |||
411 | ( 252.4 22.6 $zero ) //160 | ||
412 | ( 254.6 16.5 $zero ) //161 | ||
413 | ( 254.6 -16.5 $zero ) //162 | ||
414 | ( 252.4 -22.6 $zero ) //163 | ||
415 | |||
416 | ( 252.4 22.6 $delZ ) //164 | ||
417 | ( 254.6 16.5 $delZ ) //165 | ||
418 | ( 254.6 -16.5 $delZ ) //166 | ||
419 | ( 252.4 -22.6 $delZ ) //167 | ||
420 | |||
421 | ( 307 22.6 $zero ) //168 | ||
422 | ( 307 16.5 $zero ) //169 | ||
423 | |||
424 | ( 307 -16.5 $zero ) //170 | ||
425 | ( 307 -22.6 $zero ) //171 | ||
426 | |||
427 | ( 307 22.6 $delZ ) //172 | ||
428 | ( 307 16.5 $delZ ) //173 | ||
429 | |||
430 | ( 307 -16.5 $delZ ) //174 | ||
431 | ( 307 -22.6 $delZ ) //175 | ||
432 | |||
433 | ( 244.0 $zero $zero ) //176 | ||
434 | ( $settlerEndX $zero $zero ) //177 | ||
435 | ( 244.0 $zero $delZ ) //178 | ||
436 | ( $settlerEndX $zero $delZ ) //179 | ||
437 | |||
438 | ( 244.0 6.00 $zero ) //180 duplicate of 147 | ||
439 | ( 244.0 -6.00 $zero ) //181 duplicate of 148 | ||
440 | ( 244.0 6.00 $delZ ) //182 duplicate of 155 | ||
441 | ( 244.0 -6.00 $delZ ) //183 duplicate of 156 | ||
442 | |||
443 | ( 254.6 16.5 $zero ) //184 duplicate of 161 | ||
444 | ( 254.6 -16.5 $zero ) //185 duplicate of 162 | ||
445 | ( 254.6 16.5 $delZ ) //186 duplicate of 165 | ||
446 | ( 254.6 -16.5 $delZ ) //187 duplicate of 166 | ||
447 | |||
448 | ( $midOutletCircMinX $midOutletMaxY $zero ) //188 duplicate of 112 | ||
449 | ( $midOutletCircMinX $curvedInletOMinY $zero ) //189 duplicate of 113 | ||
450 | ( $midOutletCircMinX $curvedInletOMinY2 $zero ) //190 duplicate of 114 | ||
451 | ( $midOutletCircMinX $negRadiusSettler $zero ) //191 duplicate of 115 | ||
452 | |||
453 | ( $midOutletCircMinX $midOutletMaxY $delZ ) //192 duplicate of 120 | ||
454 | ( $midOutletCircMinX $curvedInletOMinY $delZ ) //193 duplicate of 121 | ||
455 | ( $midOutletCircMinX $curvedInletOMinY2 $delZ ) //194 duplicate of 122 | ||
456 | ( $midOutletCircMinX $negRadiusSettler $delZ ) //195 duplicate of 123 | ||
457 | |||
458 | ( $midOutletCircMaxX $midOutletMaxY $zero ) //196 duplicate of 128 | ||
459 | ( $midOutletCircMaxX $curvedInletOMinY $zero ) //197 duplicate of 129 | ||
460 | ( $midOutletCircMaxX $curvedInletOMinY2 $zero ) //198 duplicate of 130 | ||
461 | ( $midOutletCircMaxX $negRadiusSettler $zero ) //199 duplicate of 131 | ||
462 | |||
463 | ( $midOutletCircMaxX $midOutletMaxY $delZ ) //200 duplicate of 136 | ||
464 | ( $midOutletCircMaxX $curvedInletOMinY $delZ ) //201 duplicate of 137 | ||
465 | ( $midOutletCircMaxX $curvedInletOMinY2 $delZ ) //202 duplicate of 138 | ||
466 | ( $midOutletCircMaxX $negRadiusSettler $delZ ) //203 duplicate of 139 | ||
467 | |||
468 | ); | ||
469 | blocks | ||
470 | ( | ||
471 | //- Inlet pipe | ||
472 | hex (0 1 2 3 4 5 6 7) fluid ($X0 $Y0 $Z0) simpleGrading (1 1 1) //block0 | ||
473 | |||
474 | //- Curved section inlet | ||
475 | //- Center | ||
476 | hex (1 10 9 2 5 14 13 6) fluid ($X1 $Y0 $Z0) simpleGrading (1 1 1)//block1 | ||
477 | //- Top blocks | ||
478 | hex (2 9 17 8 6 13 21 12) fluid ($X1 $Y2 $Z0) simpleGrading (1 1 1) | ||
479 | hex (8 17 24 16 12 21 26 20) fluid ($X1 $Y1 $Z0) simpleGrading (1 1 1) | ||
480 | //- Bottom blocks | ||
481 | hex (5 14 22 15 1 10 18 11) fluid ($X1 $Y2 $Z0) simpleGrading (1 1 1) | ||
482 | hex (15 22 27 23 11 18 25 19) fluid ($X1 $Y1 $Z0) simpleGrading (1 1 1) | ||
483 | |||
484 | //- Settler straight section | ||
485 | //- Center block | ||
486 | hex (10 32 31 9 14 40 39 13) fluid ($X2 $Y0 $Z0) simpleGrading (1 1 1)//block 6 | ||
487 | //- Top blocks | ||
488 | hex (9 31 30 17 13 39 38 21) fluid ($X2 $Y2 $Z0) simpleGrading (1 1 1) | ||
489 | hex (17 30 29 24 21 38 37 26) fluid ($X2 $Y1 $Z0) simpleGrading (1 1 1) | ||
490 | hex (24 29 28 16 26 37 36 20) fluid ($X2 $X1 $Z0) simpleGrading (1 1 1) | ||
491 | //- Bottom blocks | ||
492 | hex (18 33 32 10 22 41 40 14) fluid ($X2 $Y2 $Z0) simpleGrading (1 1 1) | ||
493 | hex (25 34 33 18 27 42 41 22) fluid ($X2 $Y1 $Z0) simpleGrading (1 1 1) | ||
494 | hex (19 35 34 25 23 43 42 27) fluid ($X2 $X1 $Z0) simpleGrading (1 1 1) | ||
495 | |||
496 | //- Solid/Porous section | ||
497 | //- Center block | ||
498 | hex (32 48 47 31 40 56 55 39) fluid ($X3 $Y0 $Z0) simpleGrading (1 1 1)//block 13 | ||
499 | //- Top blocks | ||
500 | hex (31 47 46 30 39 55 54 38) fluid ($X3 $Y2 $Z0) simpleGrading (1 1 1) | ||
501 | hex (30 46 45 29 38 54 53 37) fluid ($X3 $Y1 $Z0) simpleGrading (1 1 1) | ||
502 | hex (29 45 44 28 37 53 52 36) fluid ($X3 $X1 $Z0) simpleGrading (1 1 1) | ||
503 | //- Bottom blocks | ||
504 | hex (33 49 48 32 41 57 56 40) fluid ($X3 $Y2 $Z0) simpleGrading (1 1 1) | ||
505 | hex (34 50 49 33 42 58 57 41) fluid ($X3 $Y1 $Z0) simpleGrading (1 1 1) | ||
506 | hex (35 51 50 34 43 59 58 42) fluid ($X3 $X1 $Z0) simpleGrading (1 1 1) | ||
507 | |||
508 | //- Section between solid/porous and glass | ||
509 | //- Center block | ||
510 | hex (48 64 63 47 56 72 71 55) fluid ($X4 $Y0 $Z0) simpleGrading (1 1 1)//block 20 | ||
511 | //- Top blocks | ||
512 | hex (47 63 62 46 55 71 70 54) fluid ($X4 $Y2 $Z0) simpleGrading (1 1 1) | ||
513 | hex (46 62 61 45 54 70 69 53) fluid ($X4 $Y1 $Z0) simpleGrading (1 1 1) | ||
514 | hex (45 61 60 44 53 69 68 52) fluid ($X4 $X1 $Z0) simpleGrading (1 1 1) | ||
515 | //- Bottom blocks | ||
516 | hex (49 65 64 48 57 73 72 56) fluid ($X4 $Y2 $Z0) simpleGrading (1 1 1) | ||
517 | hex (50 66 65 49 58 74 73 57) fluid ($X4 $Y1 $Z0) simpleGrading (1 1 1) | ||
518 | hex (51 67 66 50 59 75 74 58) fluid ($X4 $X1 $Z0) simpleGrading (1 1 1) | ||
519 | |||
520 | //- Glass window section | ||
521 | //- Center block | ||
522 | hex (64 80 79 63 72 88 87 71) fluid ($X5 $Y0 $Z0) simpleGrading (1 1 1)//block 27 | ||
523 | //- Top blocks | ||
524 | hex (63 79 78 62 71 87 86 70) fluid ($X5 $Y2 $Z0) simpleGrading (1 1 1) | ||
525 | hex (62 78 77 61 70 86 85 69) fluid ($X5 $Y1 $Z0) simpleGrading (1 1 1) | ||
526 | hex (61 77 76 60 69 85 84 68) fluid ($X5 $X1 $Z0) simpleGrading (1 1 1) | ||
527 | //- Bottom blocks | ||
528 | hex (65 81 80 64 73 89 88 72) fluid ($X5 $Y2 $Z0) simpleGrading (1 1 1) | ||
529 | hex (66 82 81 65 74 90 89 73) fluid ($X5 $Y1 $Z0) simpleGrading (1 1 1) | ||
530 | hex (67 83 82 66 75 91 90 74) fluid ($X5 $X1 $Z0) simpleGrading (1 1 1) | ||
531 | |||
532 | //- Settler rear section following glass window | ||
533 | //- Center block | ||
534 | hex (80 96 95 79 88 104 103 87) fluid ($X6 $Y0 $Z0) simpleGrading (1 1 1)//block 34 | ||
535 | //- Top blocks | ||
536 | hex (79 95 94 78 87 103 102 86) fluid ($X6 $Y2 $Z0) simpleGrading (1 1 1) | ||
537 | hex (78 94 93 77 86 102 101 85) fluid ($X6 $Y1 $Z0) simpleGrading (1 1 1) | ||
538 | hex (77 93 92 76 85 101 100 84) fluid ($X6 $X1 $Z0) simpleGrading (1 1 1) | ||
539 | //- Bottom blocks | ||
540 | hex (81 97 96 80 89 105 104 88) fluid ($X6 $Y2 $Z0) simpleGrading (1 1 1) | ||
541 | hex (82 98 97 81 90 106 105 89) fluid ($X6 $Y1 $Z0) simpleGrading (1 1 1) | ||
542 | hex (83 99 98 82 91 107 106 90) fluid ($X6 $X1 $Z0) simpleGrading (1 1 1) | ||
543 | |||
544 | //- Settler rear section preceding middle outlet | ||
545 | //- Center block | ||
546 | hex (96 112 111 95 104 120 119 103) fluid ($X7 $Y0 $Z0) simpleGrading (1 1 1)//block 41 | ||
547 | //- Top blocks | ||
548 | hex (95 111 110 94 103 119 118 102) fluid ($X7 $Y2 $Z0) simpleGrading (1 1 1) | ||
549 | hex (94 110 109 93 102 118 117 101) fluid ($X7 $Y1 $Z0) simpleGrading (1 1 1) | ||
550 | hex (93 109 108 92 101 117 116 100) fluid ($X7 $X1 $Z0) simpleGrading (1 1 1) | ||
551 | //- Bottom blocks | ||
552 | hex (97 113 112 96 105 121 120 104) fluid ($X7 $Y2 $Z0) simpleGrading (1 1 1) | ||
553 | hex (98 114 113 97 106 122 121 105) fluid ($X7 $Y1 $Z0) simpleGrading (1 1 1) | ||
554 | hex (99 115 114 98 107 123 122 106) fluid ($X7 $X1 $Z0) simpleGrading (1 1 1) | ||
555 | |||
556 | //- Middle outlet region | ||
557 | //- Center block | ||
558 | hex (112 128 127 111 120 136 135 119) fluid ($X8 $Y0 $Z0) simpleGrading (1 1 1)//block 48 | ||
559 | //- Top blocks | ||
560 | hex (111 127 126 110 119 135 134 118) fluid ($X8 $Y2 $Z0) simpleGrading (1 1 1) | ||
561 | hex (110 126 125 109 118 134 133 117) fluid ($X8 $Y1 $Z0) simpleGrading (1 1 1) | ||
562 | hex (109 125 124 108 117 133 132 116) fluid ($X8 $X1 $Z0) simpleGrading (1 1 1) | ||
563 | //- Bottom blocks | ||
564 | hex (189 197 196 188 193 201 200 192) fluid ($X8 $Y2 $Z0) simpleGrading (1 1 1) | ||
565 | hex (190 198 197 189 194 202 201 193) fluid ($X8 $Y1 $Z0) simpleGrading (1 1 1) | ||
566 | hex (191 199 198 190 195 203 202 194) fluid ($X8 $X1 $Z0) simpleGrading (1 1 1) | ||
567 | hex (140 142 199 191 141 143 203 195) fluid ($X8 $Y3 $Z0) simpleGrading (1 1 1) | ||
568 | |||
569 | //- Settler rear section following middle outlet | ||
570 | //- Center block | ||
571 | hex (128 148 147 127 136 156 155 135) fluid ($X9 $Y0 $Z0) simpleGrading (1 1 1)//block 56 | ||
572 | //- Top blocks | ||
573 | hex (127 147 146 126 135 155 154 134) fluid ($X9 $Y2 $Z0) simpleGrading (1 1 1) | ||
574 | hex (126 146 145 125 134 154 153 133) fluid ($X9 $Y1 $Z0) simpleGrading (1 1 1) | ||
575 | hex (125 145 144 124 133 153 152 132) fluid ($X9 $X1 $Z0) simpleGrading (1 1 1) | ||
576 | //- Bottom blocks | ||
577 | hex (129 149 148 128 137 157 156 136) fluid ($X9 $Y2 $Z0) simpleGrading (1 1 1) | ||
578 | hex (130 150 149 129 138 158 157 137) fluid ($X9 $Y1 $Z0) simpleGrading (1 1 1) | ||
579 | hex (131 151 150 130 139 159 158 138) fluid ($X9 $X1 $Z0) simpleGrading (1 1 1) | ||
580 | |||
581 | //- Settler curved outlet | ||
582 | //- Center block | ||
583 | hex (181 185 177 176 183 187 179 178) fluid ($X1 $Y2 $Z0) simpleGrading (1 1 1)//block 63 | ||
584 | hex (176 177 184 180 178 179 186 182) fluid ($X1 $Y2 $Z0) simpleGrading (1 1 1) | ||
585 | //- Top blocks | ||
586 | hex (147 161 160 146 155 165 164 154) fluid ($X1 $Y2 $Z0) simpleGrading (1 1 1) | ||
587 | hex (146 160 144 145 154 164 152 153) fluid ($X1 $Y1 $Z0) simpleGrading (1 1 1) | ||
588 | //- Bottom blocks | ||
589 | hex (149 163 162 148 157 167 166 156) fluid ($X1 $Y2 $Z0) simpleGrading (1 1 1) | ||
590 | hex (150 151 163 149 158 159 167 157) fluid ($X1 $Y1 $Z0) simpleGrading (1 1 1) | ||
591 | |||
592 | //- Top outlet | ||
593 | hex (161 169 168 160 165 173 172 164) fluid ($X0 $Y2 $Z0) simpleGrading (1 1 1) | ||
594 | |||
595 | //- Bottom outlet | ||
596 | hex (163 171 170 162 167 175 174 166) fluid ($X0 $Y2 $Z0) simpleGrading (1 1 1) | ||
597 | /* | ||
598 | */ | ||
599 | ); | ||
600 | |||
601 | edges | ||
602 | ( | ||
603 | arc 2 8 ($InletArc1X $InletArc1MaxY $zero) | ||
604 | arc 6 12 ($InletArc1X $InletArc1MaxY $delZ) | ||
605 | arc 1 11 ($InletArc1X $InletArc1MinY $zero) | ||
606 | arc 5 15 ($InletArc1X $InletArc1MinY $delZ) | ||
607 | |||
608 | arc 8 16 ($InletArc2X $InletArc2MaxY $zero) | ||
609 | arc 12 20 ($InletArc2X $InletArc2MaxY $delZ) | ||
610 | arc 11 19 ($InletArc2X $InletArc2MinY $zero) | ||
611 | arc 15 23 ($InletArc2X $InletArc2MinY $delZ) | ||
612 | |||
613 | arc 144 160 (250.9 25.9 $zero) | ||
614 | arc 152 164 (250.9 25.9 $delZ) | ||
615 | |||
616 | arc 151 163 (250.9 -25.9 $zero) | ||
617 | arc 159 167 (250.9 -25.9 $delZ) | ||
618 | |||
619 | arc 184 177 (256.0 $InletArc1MaxY $zero) | ||
620 | arc 186 179 (256.0 $InletArc1MaxY $delZ) | ||
621 | arc 177 185 (256.0 $InletArc1MinY $zero) | ||
622 | arc 179 187 (256.0 $InletArc1MinY $delZ) | ||
623 | /* | ||
624 | arc 161 162 ($settlerEndX $zero $zero) | ||
625 | arc 165 166 ($settlerEndX $zero $delZ) | ||
626 | /* | ||
627 | */ | ||
628 | ); | ||
629 | |||
630 | boundary | ||
631 | ( | ||
632 | settlerWall | ||
633 | { | ||
634 | type wall; | ||
635 | faces | ||
636 | ( | ||
637 | //- Front | ||
638 | //- Curved | ||
639 | (2 6 12 8) | ||
640 | (8 12 20 16) | ||
641 | (1 5 15 11) | ||
642 | (11 15 23 19) | ||
643 | //- Straight section | ||
644 | (20 36 28 16) | ||
645 | (19 35 43 23) | ||
646 | //- Solid/porous section | ||
647 | (36 52 44 28) | ||
648 | (35 43 59 51) | ||
649 | //- Section before glass | ||
650 | (52 68 60 44) | ||
651 | (51 67 75 59) | ||
652 | //- Glass window | ||
653 | (68 84 76 60) | ||
654 | (67 83 91 75) | ||
655 | //- Rear | ||
656 | (84 100 92 76) | ||
657 | (100 116 108 92) | ||
658 | (116 132 124 108) | ||
659 | (132 152 144 124) | ||
660 | (91 107 99 83) | ||
661 | (107 123 115 99) | ||
662 | (139 159 151 131) | ||
663 | //- Curved | ||
664 | (144 152 164 160) | ||
665 | (184 186 179 177) | ||
666 | (177 179 187 185) | ||
667 | (163 167 159 151) | ||
668 | ); | ||
669 | } | ||
670 | |||
671 | solidWall | ||
672 | { | ||
673 | type wall; | ||
674 | faces | ||
675 | ( | ||
676 | ); | ||
677 | } | ||
678 | |||
679 | porousZone | ||
680 | { | ||
681 | type patch; | ||
682 | faces | ||
683 | ( | ||
684 | ); | ||
685 | } | ||
686 | |||
687 | pipeWall | ||
688 | { | ||
689 | type wall; | ||
690 | faces | ||
691 | ( | ||
692 | //- Inlet pipe | ||
693 | (3 2 6 7) | ||
694 | (4 5 1 0) | ||
695 | //- Outlet top pipe | ||
696 | (161 165 173 169) | ||
697 | (160 164 172 168) | ||
698 | //- Outlet middle pipe | ||
699 | (120 112 113 121) | ||
700 | (192 188 189 193) | ||
701 | (121 113 114 122) | ||
702 | (193 189 190 194) | ||
703 | (122 114 115 123) | ||
704 | (194 190 191 195) | ||
705 | (136 128 129 137) | ||
706 | (200 196 197 201) | ||
707 | (137 129 130 138) | ||
708 | (201 197 198 202) | ||
709 | (138 130 131 139) | ||
710 | (202 198 199 203) | ||
711 | (203 199 143 142) | ||
712 | (195 191 140 141) | ||
713 | //- Outlet bottom pipe | ||
714 | (163 167 175 171) | ||
715 | (162 166 174 170) | ||
716 | ); | ||
717 | } | ||
718 | |||
719 | inlet | ||
720 | { | ||
721 | type patch; | ||
722 | faces | ||
723 | ( | ||
724 | (0 4 7 3) | ||
725 | ); | ||
726 | } | ||
727 | |||
728 | outletTop | ||
729 | { | ||
730 | type patch; | ||
731 | faces | ||
732 | ( | ||
733 | (172 173 169 168) | ||
734 | ); | ||
735 | } | ||
736 | |||
737 | outletMiddle | ||
738 | { | ||
739 | type patch; | ||
740 | faces | ||
741 | ( | ||
742 | (140 142 143 141) | ||
743 | ); | ||
744 | } | ||
745 | |||
746 | outletBottom | ||
747 | { | ||
748 | type patch; | ||
749 | faces | ||
750 | ( | ||
751 | (174 175 171 170) | ||
752 | ); | ||
753 | } | ||
754 | |||
755 | master0 | ||
756 | { | ||
757 | type patch; | ||
758 | faces | ||
759 | ( | ||
760 | (156 148 147 155) | ||
761 | (155 147 161 165) | ||
762 | (156 148 162 166) | ||
763 | ); | ||
764 | } | ||
765 | |||
766 | slave0 | ||
767 | { | ||
768 | type patch; | ||
769 | faces | ||
770 | ( | ||
771 | (183 181 176 178) | ||
772 | (178 176 180 182) | ||
773 | (182 180 184 186) | ||
774 | (183 181 185 187) | ||
775 | ); | ||
776 | } | ||
777 | |||
778 | master1 | ||
779 | { | ||
780 | type patch; | ||
781 | faces | ||
782 | ( | ||
783 | (112 120 136 128) | ||
784 | ); | ||
785 | } | ||
786 | |||
787 | slave1 | ||
788 | { | ||
789 | type patch; | ||
790 | faces | ||
791 | ( | ||
792 | (188 192 200 196) | ||
793 | ); | ||
794 | } | ||
795 | ); | ||
796 | |||
797 | mergePatchPairs | ||
798 | ( | ||
799 | (master0 slave0) | ||
800 | (master1 slave1) | ||
801 | ); | ||
802 | |||
803 | // ************************************************************************* // | ||
804 |
File testCases/horizontalSettler2D_multiphaseEulerFoam/system/controlDict deleted (index c406dd0..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "system"; | ||
14 | object controlDict; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | application multiphaseEulerFoam; | ||
19 | |||
20 | startFrom latestTime; | ||
21 | |||
22 | startTime 0; | ||
23 | |||
24 | stopAt endTime; | ||
25 | |||
26 | endTime 500; | ||
27 | |||
28 | deltaT 1e-2; | ||
29 | |||
30 | writeControl runTime; | ||
31 | |||
32 | writeInterval 0.1; | ||
33 | |||
34 | purgeWrite 0; | ||
35 | |||
36 | writeFormat ascii; | ||
37 | |||
38 | writePrecision 6; | ||
39 | |||
40 | writeCompression uncompressed; | ||
41 | |||
42 | timeFormat general; | ||
43 | |||
44 | timePrecision 6; | ||
45 | |||
46 | runTimeModifiable yes; | ||
47 | |||
48 | adjustTimeStep no; | ||
49 | |||
50 | maxCo 0.1; | ||
51 | |||
52 | maxDeltaT 1e-2; | ||
53 | |||
54 | functions | ||
55 | { | ||
56 | fieldAverage1 | ||
57 | { | ||
58 | type fieldAverage; | ||
59 | libs ( "libfieldFunctionObjects.so" ); | ||
60 | writeControl writeTime; | ||
61 | fields | ||
62 | ( | ||
63 | U.organic | ||
64 | { | ||
65 | mean on; | ||
66 | prime2Mean off; | ||
67 | base time; | ||
68 | } | ||
69 | |||
70 | U.aqueous | ||
71 | { | ||
72 | mean on; | ||
73 | prime2Mean off; | ||
74 | base time; | ||
75 | } | ||
76 | |||
77 | U.bicontinuous | ||
78 | { | ||
79 | mean on; | ||
80 | prime2Mean off; | ||
81 | base time; | ||
82 | } | ||
83 | |||
84 | alpha.aqueous | ||
85 | { | ||
86 | mean on; | ||
87 | prime2Mean off; | ||
88 | base time; | ||
89 | } | ||
90 | |||
91 | alpha.bicontinuous | ||
92 | { | ||
93 | mean on; | ||
94 | prime2Mean off; | ||
95 | base time; | ||
96 | } | ||
97 | |||
98 | d.aqueous | ||
99 | { | ||
100 | mean on; | ||
101 | prime2Mean off; | ||
102 | base time; | ||
103 | } | ||
104 | |||
105 | d.bicontinuous | ||
106 | { | ||
107 | mean on; | ||
108 | prime2Mean off; | ||
109 | base time; | ||
110 | } | ||
111 | |||
112 | p | ||
113 | { | ||
114 | mean on; | ||
115 | prime2Mean off; | ||
116 | base time; | ||
117 | } | ||
118 | ); | ||
119 | } | ||
120 | } | ||
121 | |||
122 | |||
123 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/system/createBafflesDict deleted (index d3c1858..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | object createBafflesDict; | ||
14 | } | ||
15 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
16 | |||
17 | // Whether to convert internal faces only (so leave boundary faces intact). | ||
18 | // This is only relevant if your face selection type can pick up boundary | ||
19 | // faces. | ||
20 | internalFacesOnly true; | ||
21 | |||
22 | // Optionally do not read/convert/write any fields. | ||
23 | noFields true; | ||
24 | |||
25 | // Baffles to create. | ||
26 | baffles | ||
27 | { | ||
28 | solidWall | ||
29 | { | ||
30 | //- Use predefined faceZone to select faces and orientation. | ||
31 | type faceZone; | ||
32 | zoneName solidFaceZone; | ||
33 | |||
34 | // Generate patchGroup baffle1 with two patches: | ||
35 | // - baffle1_master | ||
36 | // - baffle1_slave | ||
37 | patchPairs | ||
38 | { | ||
39 | type wall; | ||
40 | //- Optional override of added patchfields. If not specified | ||
41 | // any added patchfields are of type calculated. | ||
42 | /*patchFields | ||
43 | { | ||
44 | U | ||
45 | { | ||
46 | type fixedValue; | ||
47 | value uniform (0 0 0); | ||
48 | } | ||
49 | } | ||
50 | */ | ||
51 | } | ||
52 | } | ||
53 | } | ||
54 | |||
55 | |||
56 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/system/createPatchDict deleted (index d6e64ad..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | object createPatchDict; | ||
14 | } | ||
15 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
16 | |||
17 | // Do a synchronisation of coupled points after creation of any patches. | ||
18 | // Note: this does not work with points that are on multiple coupled patches | ||
19 | // with transformations (i.e. cyclics). | ||
20 | pointSync false; | ||
21 | |||
22 | // Patches to create. | ||
23 | patches | ||
24 | ( | ||
25 | { | ||
26 | // Name of new patch | ||
27 | name solidWall; | ||
28 | |||
29 | // Dictionary to construct new patch from | ||
30 | patchInfo | ||
31 | { | ||
32 | type wall; | ||
33 | } | ||
34 | |||
35 | // How to construct: either from 'patches' or 'set' | ||
36 | constructFrom patches; | ||
37 | |||
38 | // If constructFrom = set : name of faceSet | ||
39 | patches ("solidWall.*"); | ||
40 | } | ||
41 | ); | ||
42 | |||
43 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/system/decomposeParDict deleted (index c2f9cf6..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "system"; | ||
14 | object decomposeParDict; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | numberOfSubdomains 20; | ||
19 | |||
20 | method scotch; | ||
21 | |||
22 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/system/fvSchemes deleted (index b9e481a..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "system"; | ||
14 | object fvSchemes; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | ddtSchemes | ||
19 | { | ||
20 | default Euler; | ||
21 | } | ||
22 | |||
23 | gradSchemes | ||
24 | { | ||
25 | default Gauss linear; | ||
26 | // default cellLimited leastSquares .2; | ||
27 | } | ||
28 | |||
29 | divSchemes | ||
30 | { | ||
31 | default none; | ||
32 | |||
33 | "div\(phi,alpha.*\)" Gauss upwind; // Gauss vanLeer; | ||
34 | "div\(phir,alpha.*,alpha.*\)" Gauss upwind; // Gauss vanLeer; | ||
35 | |||
36 | "div\(phi,epsilon\)" Gauss upwind; | ||
37 | "div\(phi,k\)" Gauss upwind; | ||
38 | |||
39 | "div\(alphaPhi.*,U.*\)" Gauss upwind; // Gauss limitedLinearV 1; | ||
40 | div(Rc) Gauss linear; | ||
41 | "div\(phi.*,U.*\)" Gauss upwind; // Gauss limitedLinearV 1; | ||
42 | "div\(phi.*,moment.*\)" Gauss upwind; // Gauss linear; | ||
43 | } | ||
44 | |||
45 | laplacianSchemes | ||
46 | { | ||
47 | default Gauss linear corrected; | ||
48 | } | ||
49 | |||
50 | interpolationSchemes | ||
51 | { | ||
52 | default linear; | ||
53 | |||
54 | "interpolate\(moment.*\)" linear; | ||
55 | |||
56 | reconstruct(U) upwind; | ||
57 | reconstruct(weight) upwind; | ||
58 | reconstruct(abscissa) upwind; | ||
59 | reconstruct(sigma) upwind; | ||
60 | } | ||
61 | |||
62 | snGradSchemes | ||
63 | { | ||
64 | default corrected; | ||
65 | bounded corrected; | ||
66 | } | ||
67 | |||
68 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/system/fvSolution deleted (index c441e50..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | location "system"; | ||
14 | object fvSolution; | ||
15 | } | ||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | solvers | ||
19 | { | ||
20 | "alpha.*" | ||
21 | { | ||
22 | nAlphaCorr 2; | ||
23 | nAlphaSubCycles 2; | ||
24 | |||
25 | smoothLimiter 0.1; | ||
26 | |||
27 | implicitPhasePressure yes; | ||
28 | solver GAMG; | ||
29 | smoother DIC; | ||
30 | tolerance 1e-10; | ||
31 | relTol 0; | ||
32 | minIter 1; | ||
33 | } | ||
34 | |||
35 | p_rgh | ||
36 | { | ||
37 | solver GAMG; | ||
38 | smoother DIC; | ||
39 | nPreSweeps 0; | ||
40 | nPostSweeps 2; | ||
41 | nFinestSweeps 2; | ||
42 | cacheAgglomeration true; | ||
43 | nCellsInCoarsestLevel 10; | ||
44 | agglomerator faceAreaPair; | ||
45 | mergeLevels 2; | ||
46 | tolerance 1e-08; | ||
47 | maxIter 1000; | ||
48 | } | ||
49 | |||
50 | p_rghFinal | ||
51 | { | ||
52 | $p_rgh; | ||
53 | tolerance 1e-09; | ||
54 | relTol 0; | ||
55 | } | ||
56 | |||
57 | pcorr | ||
58 | { | ||
59 | $p_rgh; | ||
60 | tolerance 1e-09; | ||
61 | relTol 0; | ||
62 | } | ||
63 | |||
64 | "U.*" | ||
65 | { | ||
66 | solver PBiCG; | ||
67 | preconditioner DILU; | ||
68 | tolerance 1e-08; | ||
69 | relTol 0; | ||
70 | minIter 1; | ||
71 | } | ||
72 | |||
73 | "T.*" | ||
74 | { | ||
75 | solver BICCG; | ||
76 | preconditioner DILU; | ||
77 | tolerance 1e-07; | ||
78 | relTol 0; | ||
79 | }; | ||
80 | |||
81 | "Theta.*" | ||
82 | { | ||
83 | solver PBiCG; | ||
84 | preconditioner DILU; | ||
85 | tolerance 1e-07; | ||
86 | relTol 0; | ||
87 | } | ||
88 | |||
89 | "k.*" | ||
90 | { | ||
91 | solver PBiCG; | ||
92 | preconditioner DILU; | ||
93 | tolerance 1e-07; | ||
94 | relTol 0; | ||
95 | } | ||
96 | |||
97 | "epsilon.*" | ||
98 | { | ||
99 | solver PBiCG; | ||
100 | preconditioner DILU; | ||
101 | tolerance 1e-07; | ||
102 | relTol 0; | ||
103 | } | ||
104 | |||
105 | "moment.*" | ||
106 | { | ||
107 | solver PBiCG; | ||
108 | preconditioner DILU; | ||
109 | tolerance 1.0e-12; | ||
110 | relTol 0; | ||
111 | minIter 1; | ||
112 | } | ||
113 | } | ||
114 | |||
115 | PIMPLE | ||
116 | { | ||
117 | nOuterCorrectors 3; | ||
118 | nCorrectors 2; | ||
119 | nNonOrthogonalCorrectors 2; | ||
120 | pRefCell 0; | ||
121 | pRefValue 0; | ||
122 | |||
123 | residualControl | ||
124 | { | ||
125 | "U.*" | ||
126 | { | ||
127 | tolerance 1e-06; | ||
128 | relTol 0; | ||
129 | } | ||
130 | p_rgh | ||
131 | { | ||
132 | tolerance 1e-07; | ||
133 | relTol 0; | ||
134 | } | ||
135 | "(k|epsilon)" | ||
136 | { | ||
137 | tolerance 1e-06; | ||
138 | relTol 0; | ||
139 | } | ||
140 | } | ||
141 | } | ||
142 | |||
143 | relaxationFactors | ||
144 | { | ||
145 | "p.*" 1; | ||
146 | "U.*" 1; | ||
147 | "T.*" 1; | ||
148 | "alpha.*" 1; | ||
149 | "Theta.*" 1; | ||
150 | "k.*" 1; | ||
151 | "epsilon.*" 1; | ||
152 | "moment.*" 1; | ||
153 | |||
154 | equations | ||
155 | { | ||
156 | // p_rgh 1.0; | ||
157 | // ".*" 0.9; | ||
158 | } | ||
159 | } | ||
160 | |||
161 | |||
162 | // ************************************************************************* // |
File testCases/horizontalSettler2D_multiphaseEulerFoam/system/topoSetDict deleted (index 0c62e20..0000000) | |||
1 | /*--------------------------------*- C++ -*----------------------------------*\ | ||
2 | | ========= | | | ||
3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
4 | | \\ / O peration | Version: 4.1 | | ||
5 | | \\ / A nd | Web: www.OpenFOAM.org | | ||
6 | | \\/ M anipulation | | | ||
7 | \*---------------------------------------------------------------------------*/ | ||
8 | FoamFile | ||
9 | { | ||
10 | version 2.0; | ||
11 | format ascii; | ||
12 | class dictionary; | ||
13 | object topoSetDict; | ||
14 | } | ||
15 | |||
16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
17 | |||
18 | actions | ||
19 | ( | ||
20 | // Solid Block | ||
21 | { | ||
22 | name solidCellSet; | ||
23 | type cellSet; | ||
24 | action new; | ||
25 | source boxToCell; | ||
26 | sourceInfo | ||
27 | { | ||
28 | box (0.081 -0.025 0) (0.111 0.025 0.005); | ||
29 | } | ||
30 | } | ||
31 | { | ||
32 | name solidFaceSet; | ||
33 | type faceSet; | ||
34 | action new; | ||
35 | source cellToFace; | ||
36 | sourceInfo | ||
37 | { | ||
38 | set solidCellSet; | ||
39 | option all; | ||
40 | } | ||
41 | } | ||
42 | { | ||
43 | name solidFaceSet; | ||
44 | type faceSet; | ||
45 | action delete; | ||
46 | source patchToFace; | ||
47 | sourceInfo | ||
48 | { | ||
49 | name "defaultFaces"; | ||
50 | } | ||
51 | } | ||
52 | { | ||
53 | name solidFaceZone; | ||
54 | type faceZoneSet; | ||
55 | action new; | ||
56 | source setToFaceZone; | ||
57 | sourceInfo | ||
58 | { | ||
59 | faceSet solidFaceSet; | ||
60 | //cellSet solidCellSet; | ||
61 | } | ||
62 | } | ||
63 | /* | ||
64 | // Porous Wire Mesh | ||
65 | { | ||
66 | name porousCellSet; | ||
67 | type cellSet; | ||
68 | action new; | ||
69 | source boxToCell; | ||
70 | sourceInfo | ||
71 | { | ||
72 | box (0.081 0.025 0) (0.111 0.02815 0.005); | ||
73 | box (0.081 -0.02815 0) (0.111 -0.025 0.005); | ||
74 | } | ||
75 | } | ||
76 | { | ||
77 | name porousZone; | ||
78 | type cellZoneSet; | ||
79 | action new; | ||
80 | source setToCellZone; | ||
81 | sourceInfo | ||
82 | { | ||
83 | set porousCellSet; | ||
84 | } | ||
85 | } | ||
86 | { | ||
87 | name porousZone; | ||
88 | type cellZoneSet; | ||
89 | action delete; | ||
90 | source patchToFace; | ||
91 | sourceInfo | ||
92 | { | ||
93 | name "defaultFaces"; | ||
94 | } | ||
95 | } | ||
96 | { | ||
97 | name porousZone; | ||
98 | type cellZoneSet; | ||
99 | action delete; | ||
100 | source patchToFace; | ||
101 | sourceInfo | ||
102 | { | ||
103 | name "settlerWall"; | ||
104 | } | ||
105 | } | ||
106 | { | ||
107 | name porousZone; | ||
108 | type cellZoneSet; | ||
109 | action delete; | ||
110 | source setToCellZone; | ||
111 | sourceInfo | ||
112 | { | ||
113 | set solidCellSet; | ||
114 | option all; | ||
115 | } | ||
116 | }*/ | ||
117 | ); | ||
118 | |||
119 | // ************************************************************************* // |