Subject | Hash | Author | Date (UTC) |
---|---|---|---|
minor changes to case files, added ifPorous field | 55f5d687cb91a4a62c5a90a0cf33cd24a1ba5d42 | Anurag Misra | 2017-12-05 22:51:09 |
bounded diameter calculation in coalescence kernel, minor modifications to units | 1c525f2807a8f960edd33c2cbd140870278952da | Anurag Misra | 2017-12-05 22:44:30 |
fixed error in buoyancykernel | 521f349b030e88ca204637cdda9995dae4802618 | Anurag Misra | 2017-12-05 22:24:28 |
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 |
File | Lines added | Lines deleted |
---|---|---|
testCases/batchSettlerFine/0/ifPorous | 7 | 7 |
testCases/horizontalSettler2D/0.org/ifPorous | 20 | 23 |
testCases/horizontalSettler2D/makeMesh | 3 | 3 |
testCases/horizontalSettler2D/reRun | 4 | 3 |
testCases/horizontalSettler2D/system/setFieldsDict | 26 | 4 |
File testCases/batchSettlerFine/0/ifPorous copied from file testCases/batchSettlerFine/0/U.aqueous (similarity 81%) (mode: 100644) (index db8e551..ee3f5f2) | |||
... | ... | FoamFile | |
9 | 9 | { | { |
10 | 10 | version 2.0; | version 2.0; |
11 | 11 | format ascii; | format ascii; |
12 | class volVectorField; | ||
12 | class volScalarField; | ||
13 | 13 | location "0"; | location "0"; |
14 | object U.aqueous; | ||
14 | object ifPorous; | ||
15 | 15 | } | } |
16 | 16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // |
17 | 17 | ||
18 | dimensions [0 1 -1 0 0 0 0]; | ||
18 | dimensions [0 0 0 0 0 0 0]; | ||
19 | 19 | ||
20 | internalField uniform (0 0 0); | ||
20 | internalField uniform 0; | ||
21 | 21 | ||
22 | 22 | boundaryField | boundaryField |
23 | 23 | { | { |
24 | 24 | upperWall | upperWall |
25 | 25 | { | { |
26 | 26 | type fixedValue; | type fixedValue; |
27 | value uniform (0 0 0); | ||
27 | value uniform 0; | ||
28 | 28 | } | } |
29 | 29 | sideWalls | sideWalls |
30 | 30 | { | { |
31 | 31 | type fixedValue; | type fixedValue; |
32 | value uniform (0 0 0); | ||
32 | value uniform 0; | ||
33 | 33 | } | } |
34 | 34 | curvedBottom | curvedBottom |
35 | 35 | { | { |
36 | 36 | type fixedValue; | type fixedValue; |
37 | value uniform (0 0 0); | ||
37 | value uniform 0; | ||
38 | 38 | } | } |
39 | 39 | frontAndBack | frontAndBack |
40 | 40 | { | { |
File testCases/horizontalSettler2D/0.org/ifPorous copied from file testCases/horizontalSettler2D/0.org/alpha.aqueous (similarity 69%) (mode: 100644 -> 100755) (index 3f044ef..143cd32) | |||
... | ... | FoamFile | |
11 | 11 | format ascii; | format ascii; |
12 | 12 | class volScalarField; | class volScalarField; |
13 | 13 | location "0"; | location "0"; |
14 | object alpha.aqueous; | ||
14 | object ifPorous; | ||
15 | 15 | } | } |
16 | 16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // |
17 | 17 | ||
18 | 18 | dimensions [0 0 0 0 0 0 0]; | dimensions [0 0 0 0 0 0 0]; |
19 | 19 | ||
20 | internalField uniform 0.294; | ||
20 | internalField uniform 0; | ||
21 | 21 | ||
22 | 22 | boundaryField | boundaryField |
23 | 23 | { | { |
24 | inlet | ||
24 | settlerWall | ||
25 | 25 | { | { |
26 | 26 | type fixedValue; | type fixedValue; |
27 | value uniform 0.294; | ||
27 | value uniform 0; | ||
28 | 28 | } | } |
29 | outletTop | ||
29 | solidWall | ||
30 | 30 | { | { |
31 | type inletOutlet; | ||
32 | phi phi.aqueous; | ||
33 | inletValue uniform 0; | ||
31 | type fixedValue; | ||
34 | 32 | value uniform 0; | value uniform 0; |
35 | 33 | } | } |
36 | outletMiddle | ||
34 | pipeWall | ||
37 | 35 | { | { |
38 | type inletOutlet; | ||
39 | phi phi.aqueous; | ||
40 | inletValue uniform 0; | ||
36 | type fixedValue; | ||
41 | 37 | value uniform 0; | value uniform 0; |
42 | 38 | } | } |
43 | outletBottom | ||
39 | inlet | ||
44 | 40 | { | { |
45 | type inletOutlet; | ||
46 | phi phi.aqueous; | ||
47 | inletValue uniform 0; | ||
41 | type fixedValue; | ||
48 | 42 | value uniform 0; | value uniform 0; |
49 | } | ||
50 | settlerWall | ||
43 | } | ||
44 | outletTop | ||
51 | 45 | { | { |
52 | type zeroGradient; | ||
46 | type fixedValue; | ||
47 | value uniform 0; | ||
53 | 48 | } | } |
54 | pipeWall | ||
49 | outletMiddle | ||
55 | 50 | { | { |
56 | type zeroGradient; | ||
51 | type fixedValue; | ||
52 | value uniform 0; | ||
57 | 53 | } | } |
58 | solidWall | ||
54 | outletBottom | ||
59 | 55 | { | { |
60 | type zeroGradient; | ||
56 | type fixedValue; | ||
57 | value uniform 0; | ||
61 | 58 | } | } |
62 | 59 | defaultFaces | defaultFaces |
63 | 60 | { | { |
File testCases/horizontalSettler2D/makeMesh changed (mode: 100755) (index dd71cee..84b4586) | |||
... | ... | cd ${0%/*} || exit 1 # run from this directory | |
6 | 6 | ||
7 | 7 | runApplication blockMesh | runApplication blockMesh |
8 | 8 | runApplication checkMesh -allTopology -allGeometry | runApplication checkMesh -allTopology -allGeometry |
9 | runApplication topoSet | ||
10 | runApplication createBaffles -overwrite | ||
11 | runApplication createPatch -overwrite | ||
9 | #runApplication topoSet | ||
10 | #runApplication createBaffles -overwrite | ||
11 | #runApplication createPatch -overwrite |
File testCases/horizontalSettler2D/reRun changed (mode: 100755) (index eadc121..8c54da0) | |||
... | ... | done | |
21 | 21 | ||
22 | 22 | blockMesh > log.blockMesh 2>&1 | blockMesh > log.blockMesh 2>&1 |
23 | 23 | checkMesh -allTopology -allGeometry > log.checkMesh 2>&1 | 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 | ||
24 | setFields | ||
25 | #topoSet > log.topoSet 2>&1 | ||
26 | #createBaffles -overwrite > log.createBaffles 2>&1 | ||
27 | #createPatch -overwrite > log.createPatch 2>&1 | ||
27 | 28 | mkdir 0 | mkdir 0 |
28 | 29 | cp 0.org/* 0/ | cp 0.org/* 0/ |
29 | 30 | multiphaseEulerPbeFoam > log.multiphaseEulerPbeFoam 2>&1 | multiphaseEulerPbeFoam > log.multiphaseEulerPbeFoam 2>&1 |
File testCases/horizontalSettler2D/system/setFieldsDict copied from file testCases/horizontalSettler2D/system/decomposeParDict (similarity 60%) (mode: 100644) (index c2f9cf6..61acbad) | |||
1 | 1 | /*--------------------------------*- C++ -*----------------------------------*\ | /*--------------------------------*- C++ -*----------------------------------*\ |
2 | 2 | | ========= | | | | ========= | | |
3 | 3 | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | |
4 | | \\ / O peration | Version: 4.1 | | ||
4 | | \\ / O peration | Version: 2.3.1 | | ||
5 | 5 | | \\ / A nd | Web: www.OpenFOAM.org | | | \\ / A nd | Web: www.OpenFOAM.org | |
6 | 6 | | \\/ M anipulation | | | | \\/ M anipulation | | |
7 | 7 | \*---------------------------------------------------------------------------*/ | \*---------------------------------------------------------------------------*/ |
... | ... | FoamFile | |
11 | 11 | format ascii; | format ascii; |
12 | 12 | class dictionary; | class dictionary; |
13 | 13 | location "system"; | location "system"; |
14 | object decomposeParDict; | ||
14 | object setFieldsDict; | ||
15 | 15 | } | } |
16 | 16 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // |
17 | 17 | ||
18 | numberOfSubdomains 20; | ||
18 | defaultFieldValues | ||
19 | ( | ||
20 | volScalarFieldValue ifPorous 0 | ||
21 | ); | ||
22 | |||
23 | regions | ||
24 | ( | ||
25 | boxToCell | ||
26 | { | ||
27 | box (0.081 -0.02815 0) (0.111 -0.025 0.005); | ||
28 | fieldValues | ||
29 | ( | ||
30 | volScalarFieldValue ifPorous 1 | ||
31 | ); | ||
32 | } | ||
33 | boxToCell | ||
34 | { | ||
35 | box (0.081 0.025 0) (0.111 0.02815 0.005); | ||
36 | fieldValues | ||
37 | ( | ||
38 | volScalarFieldValue ifPorous 1 | ||
39 | ); | ||
40 | } | ||
41 | ); | ||
19 | 42 | ||
20 | method scotch; | ||
21 | 43 | ||
22 | 44 | // ************************************************************************* // | // ************************************************************************* // |