List of commits:
Subject Hash Author Date (UTC)
updated mesh and blockMeshDict 177b7f68bbc87eb74d0a1aa1d21961a97b3f2807 Anurag Misra 2017-10-07 07:37:53
fixed k and epsilon Fields d78e589bb16014597d96ada34aa64f92cb348060 Anurag Misra 2017-10-06 14:22:42
added batchSettler case with finer mesh 41649680cea640a7e67bacd17206539be66a7657 Anurag Misra 2017-10-06 13:41:37
added make options/files for coalescence kernel 4aa3e56651527ac872b7453d4177f95fe487673b Anurag Misra 2017-10-05 16:06:10
coalescence kernel added f68086b1859b7983fa040bcbe6a6076fd5adccc5 Anurag Misra 2017-10-05 15:29:50
changed cases to laminar, removed nonOrthogonalCorrectors from square case cea9f92ca323eca826f364b303069a91be818f7d Anurag Misra 2017-10-04 15:40:29
fixed case setup parameters related to populationBalance c7d78aa76be2b9251c1aebd5e34e2f475aa906c3 Anurag Misra 2017-10-04 15:32:55
minor modifications in boundary conditions 290fa6a15aeddfd7994339f2ebcd2512b2b1d2be Anurag Misra 2017-10-04 12:33:40
added k, epsilon fields e5e1714b85294d8f5bb9ad03e4bc6a20513933b6 Stefan Hoerner 2017-10-04 12:25:47
minor changes to fvSolution 2fd45fa8d04cb5968668fd183972f70a03891381 Anurag Misra 2017-10-04 12:15:23
fixed boundary conditions, included turbulence properties fc2883d6e954dd564b4a834357f8f34c5e8625fc Anurag Misra 2017-10-04 11:52:45
fixed viscosity and aggregation kernel values 4b6295b3a4b44b980ffd322d3d8b8352e0d75464 Anurag Misra 2017-10-04 09:49:01
added square settler test case with k-epsilon turbulence 937cfc7ef9b393b7beb744478729cf18704f2c44 Anurag Misra 2017-10-03 16:06:44
udated initial diameters, changed discretization schemes 5ddfba46e0261d3582d2a2e72d332fad672d9064 Anurag Misra 2017-10-02 09:06:58
development of QBMM diameter OKcd .. 36755878d12906de7e1210aca66f9729b2681b6c Cyrille Bonamy 2017-09-29 22:12:57
Updated Allwmake script, included surfaceTension in reconstruct method of pEqn.H 437ea6907d42a8961048671820b3ac72e2847f3a Anurag Misra 2017-09-29 09:57:47
updated testCase 985b51c83127b4aead4c811c2a0eece460d7d006 Anurag Misra 2017-09-28 14:59:24
updated QBMM diametermodel andparent classes d9df4d3f69b1562642f8897c5cd82fe0ff13b924 Anurag Misra 2017-09-28 14:58:48
modified startFrom in controlDict b3c968e784c3ad93802ebc8cef47f57d0fec0897 Anurag Misra 2017-09-28 07:59:46
deleted old README ec5833d7a9e16ad3349f2c3489197dfd4a291b61 Anurag Misra 2017-09-27 14:36:32
Commit 177b7f68bbc87eb74d0a1aa1d21961a97b3f2807 - updated mesh and blockMeshDict
Author: Anurag Misra
Author date (UTC): 2017-10-07 07:37
Committer name: Anurag Misra
Committer date (UTC): 2017-10-07 07:37
Parent(s): d78e589bb16014597d96ada34aa64f92cb348060
Signer:
Signing key:
Signing status: N
Tree: 9430345f085da49fe4675ba2d6e5db62db8bda89
File Lines added Lines deleted
batchSettlerFine/0/epsilon 1 1
batchSettlerFine/constant/polyMesh/boundary 8 8
batchSettlerFine/constant/polyMesh/faces 245229 199109
batchSettlerFine/constant/polyMesh/neighbour 72455 49455
batchSettlerFine/constant/polyMesh/owner 145562 99442
batchSettlerFine/constant/polyMesh/points 123201 100081
batchSettlerFine/system/blockMeshDict 12 11
batchSettlerFine/system/blockMeshDict.alternate 157 0
File batchSettlerFine/0/epsilon changed (mode: 100644) (index 1b6e5cd..a369315)
... ... FoamFile
17 17
18 18 dimensions [0 2 -3 0 0 0 0]; dimensions [0 2 -3 0 0 0 0];
19 19
20 internalField uniform 3.78e-22;
20 internalField uniform 1.378e-22;
21 21
22 22 boundaryField boundaryField
23 23 { {
File batchSettlerFine/constant/polyMesh/boundary changed (mode: 100644) (index 3f4d9af..0434d9d)
... ... FoamFile
21 21 { {
22 22 type wall; type wall;
23 23 inGroups 1(wall); inGroups 1(wall);
24 nFaces 364;
25 startFace 99008;
24 nFaces 404;
25 startFace 122008;
26 26 } }
27 27 sideWalls sideWalls
28 28 { {
29 29 type wall; type wall;
30 30 inGroups 1(wall); inGroups 1(wall);
31 nFaces 182;
32 startFace 99372;
31 nFaces 202;
32 startFace 122412;
33 33 } }
34 34 curvedBottom curvedBottom
35 35 { {
36 36 type wall; type wall;
37 37 inGroups 1(wall); inGroups 1(wall);
38 nFaces 182;
39 startFace 99554;
38 nFaces 202;
39 startFace 122614;
40 40 } }
41 41 frontAndBack frontAndBack
42 42 { {
43 43 type empty; type empty;
44 44 inGroups 1(empty); inGroups 1(empty);
45 nFaces 99372;
46 startFace 99736;
45 nFaces 122412;
46 startFace 122816;
47 47 } }
48 48 ) )
49 49
The diff for file batchSettlerFine/constant/polyMesh/faces is too big (444338 changes) and cannot be shown.
The diff for file batchSettlerFine/constant/polyMesh/neighbour is too big (121910 changes) and cannot be shown.
The diff for file batchSettlerFine/constant/polyMesh/owner is too big (245004 changes) and cannot be shown.
The diff for file batchSettlerFine/constant/polyMesh/points is too big (223282 changes) and cannot be shown.
File batchSettlerFine/system/blockMeshDict changed (mode: 100644) (index b09bf29..36094cd)
... ... vertices
44 44
45 45 blocks blocks
46 46 ( (
47 hex (0 1 4 3 11 12 15 14) (91 91 1) simpleGrading (1 2 1)
48 hex (1 2 5 4 12 13 16 15) (91 91 1) simpleGrading (1 2 1)
49 hex (0 3 7 6 11 14 18 17) (91 91 1) simpleGrading (2 1 1)
50 hex (3 4 8 7 14 15 19 18) (91 91 1) simpleGrading (1 1 1)
51 hex (4 5 9 8 15 16 20 19) (91 91 1) simpleGrading (1 1 1)
52 hex (5 2 10 9 16 13 21 20) (91 91 1) simpleGrading (0.5 1 1)
47 hex (0 1 4 3 11 12 15 14) (101 101 1) simpleGrading (1 1 1) // 1 2 1
48 hex (1 2 5 4 12 13 16 15) (101 101 1) simpleGrading (1 1 1) // 1 2 1
49 hex (0 3 7 6 11 14 18 17) (101 101 1) simpleGrading (1 1 1) // 2 1 1
50 hex (3 4 8 7 14 15 19 18) (101 101 1) simpleGrading (1 1 1)
51 hex (4 5 9 8 15 16 20 19) (101 101 1) simpleGrading (1 1 1)
52 hex (5 2 10 9 16 13 21 20) (101 101 1) simpleGrading (1 1 1) // 0.5 1 1
53 53 ); );
54 54
55 55 edges edges
 
... ... edges
58 58 arc 1 2 (0.3536 0.1464 0) arc 1 2 (0.3536 0.1464 0)
59 59 arc 11 12 (-0.3536 0.1464 0.1) arc 11 12 (-0.3536 0.1464 0.1)
60 60 arc 12 13 (0.3536 0.1464 0.1) arc 12 13 (0.3536 0.1464 0.1)
61
62 //arc 3 4 (-0.177 0.323 0)
63 //arc 4 5 (0.177 0.323 0)
64 //arc 14 15 (-0.177 0.323 0.1)
65 //arc 15 16 (0.177 0.323 0.1)
61 /*
62 arc 3 4 (-0.177 0.323 0)
63 arc 4 5 (0.177 0.323 0)
64 arc 14 15 (-0.177 0.323 0.1)
65 arc 15 16 (0.177 0.323 0.1)
66 */
66 67 ); );
67 68
68 69 boundary boundary
File batchSettlerFine/system/blockMeshDict.alternate added (mode: 100644) (index 0000000..180ea55)
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | ========= | |
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.5 |
5 | \\ / A nd | Web: http://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.0025;
18
19 vertices
20 (
21 ( 0 0 0 )
22 ( 0 0 1 )
23 ( 12.5 0 0 )
24 ( 12.5 0 1 )
25 ( 0 12.5 0 )
26 ( 0 12.5 1 )
27 (-12.5 0 0 )
28 (-12.5 0 1 )
29 ( 0 -12.5 0 )
30 ( 0 -12.5 1 )
31 ( 8 8 0 )
32 ( 8 8 1 )
33 ( -8 8 0 )
34 ( -8 8 1 )
35 ( -8 -8 0 )
36 ( -8 -8 1 )
37 ( 8 -8 0 )
38 ( 8 -8 1 )
39 ( 30 0 0 )
40 ( 30 0 1 )
41 ( 0 30 0 )
42 ( 0 30 1 )
43 (-30 0 0 )
44 (-30 0 1 )
45 ( 0 -30 0 )
46 ( 0 -30 1 )
47 ( 30 30 0 )
48 ( 30 30 1 )
49 (-30 30 0 )
50 (-30 30 1 )
51 (-21.213 -21.213 0 )
52 (-21.213 -21.213 1 )
53 ( 21.213 -21.213 0 )
54 ( 21.213 -21.213 1 )
55 );
56
57 blocks
58 (
59 hex (2 10 0 16 3 11 1 17) (10 10 1) simpleGrading (1 1 1)
60 hex (10 4 12 0 11 5 13 1) (10 10 1) simpleGrading (1 1 1)
61 hex (12 6 14 0 13 7 15 1) (10 10 1) simpleGrading (1 1 1)
62 hex (14 8 16 0 15 9 17 1) (10 10 1) simpleGrading (1 1 1)
63 hex (18 26 10 2 19 27 11 3) (10 20 1) simpleGrading (1 1 1)
64 hex (26 20 4 10 27 21 5 11) (10 20 1) simpleGrading (1 1 1)
65 hex (20 28 12 4 21 29 13 5) (10 20 1) simpleGrading (1 1 1)
66 hex (28 22 6 12 29 23 7 13) (10 20 1) simpleGrading (1 1 1)
67 hex (22 30 14 6 23 31 15 7) (10 20 1) simpleGrading (1 1 1)
68 hex (30 24 8 14 31 25 9 15) (10 20 1) simpleGrading (1 1 1)
69 hex (24 32 16 8 25 33 17 9) (10 20 1) simpleGrading (1 1 1)
70 hex (32 18 2 16 33 19 3 17) (10 20 1) simpleGrading (1 1 1)
71 );
72
73 edges
74 (
75 arc 2 10 ( 11 4 0)
76 arc 3 11 ( 11 4 1)
77 arc 16 2 ( 11 -4 0)
78 arc 17 3 ( 11 -4 1)
79 arc 10 4 ( 4 11 0)
80 arc 11 5 ( 4 11 1)
81 arc 4 12 ( -4 11 0)
82 arc 5 13 ( -4 11 1)
83 arc 12 6 (-11 4 0)
84 arc 13 7 (-11 4 1)
85 arc 6 14 (-11 -4 0)
86 arc 7 15 (-11 -4 1)
87 arc 14 8 ( -4 -11 0)
88 arc 15 9 ( -4 -11 1)
89 arc 8 16 ( 4 -11 0)
90 arc 9 17 ( 4 -11 1)
91 arc 22 30 (-27.716 -11.481 0)
92 arc 23 31 (-27.716 -11.481 1)
93 arc 30 24 (-11.481 -27.716 0)
94 arc 31 25 (-11.481 -27.716 1)
95 arc 24 32 ( 11.481 -27.716 0)
96 arc 25 33 ( 11.481 -27.716 1)
97 arc 32 18 ( 27.716 -11.481 0)
98 arc 33 19 ( 27.716 -11.481 1)
99 );
100 /*
101 boundary
102 (
103 upperWall
104 {
105 type wall;
106 faces
107 (
108 (6 17 18 7)
109 (7 18 19 8)
110 (8 19 20 9)
111 (9 20 21 10)
112 );
113 }
114 sideWalls
115 {
116 type wall;
117 faces
118 (
119 (0 11 17 6)
120 (2 10 21 13)
121 );
122 }
123 curvedBottom
124 {
125 type wall;
126 faces
127 (
128 (0 1 12 11)
129 (1 2 13 12)
130 );
131 }
132 frontAndBack
133 {
134 type empty;
135 faces
136 (
137 (0 6 7 3)
138 (3 7 8 4)
139 (4 8 9 5)
140 (5 9 10 2)
141 (1 0 3 4)
142 (4 5 2 1)
143 (11 14 18 17)
144 (14 15 19 18)
145 (15 16 20 19)
146 (16 13 21 20)
147 (12 15 14 11)
148 (12 13 16 15)
149 );
150 }
151 );
152 */
153 mergePatchPairs
154 (
155 );
156
157 // ************************************************************************* //
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/velagala/MultiPhaseQBMM

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/velagala/MultiPhaseQBMM

Clone this repository using git:
git clone git://git.rocketgit.com/user/velagala/MultiPhaseQBMM

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main