List of commits:
Subject Hash Author Date (UTC)
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
updated QBMM files, reinstated original structure 584a378d9d1104b32ffc16adec74e995d2785550 Anurag Misra 2017-10-12 10:31:02
added parametric variables to blockMeshDict 9a4839ae23d9ce70ebdbafe1be020936fb902be3 Anurag Misra 2017-10-10 15:43:01
improved mesh quality for batchSettlerFine 125ba5be0c6601f437aaea6056dc2fce2b767b8d Anurag Misra 2017-10-09 21:08:43
updated k, epsilon boundary conditions, changed fvSchemes, fvSolution for k, epsilon b799f7ebe1a0e491ab3b3fac6773d93190b7147c Anurag Misra 2017-10-08 19:09:26
changed univariatePopulationBalance, aggregationKernels, added buoyancyInduced 0db0242f77906ce026a092d4181508733297c3b5 Anurag Misra 2017-10-08 18:25:53
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
Commit 256463d85a1b3aeda3b54054461e94ba1eb193eb - Updated dictionary files in all cases
Author: Anurag Misra
Author date (UTC): 2017-10-12 21:03
Committer name: Anurag Misra
Committer date (UTC): 2017-10-12 21:03
Parent(s): d0e321233fe4d6aff922bb7f6aaae40a1e7be589
Signer:
Signing key:
Signing status: N
Tree: f633b9d5ad740a05ef4d7071af511cf2bb2bb934
File Lines added Lines deleted
batchSettlerFine/constant/populationBalanceProperties.aqueous 11 1
batchSettlerFine/constant/populationBalanceProperties.bicontinuous 11 1
squareSettler/constant/populationBalanceProperties.aqueous 11 1
squareSettler/constant/populationBalanceProperties.bicontinuous 11 1
testCase/constant/populationBalanceProperties.aqueous 11 1
testCase/constant/populationBalanceProperties.bicontinuous 11 1
testCase/constant/turbulenceProperties 1 1
testCase/system/fvSolution 1 1
File batchSettlerFine/constant/populationBalanceProperties.aqueous changed (mode: 100755 -> 100644) (index 61ee4f6..dccf37b)
... ... Switch_SolveQuadrature on;
21 21
22 22 univariateCoeffs univariateCoeffs
23 23 { {
24 aggregation on;
24 aggregation off;
25 25
26 26 aggregationKernel aggregationKernel
27 27 { {
 
... ... univariateCoeffs
29 29
30 30 Ca Ca [ 0 0 -1 0 0 0 0 ] 5.0e-14; Ca Ca [ 0 0 -1 0 0 0 0 ] 5.0e-14;
31 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 }
32 42
33 43 breakup off; breakup off;
34 44
File batchSettlerFine/constant/populationBalanceProperties.bicontinuous changed (mode: 100755 -> 100644) (index a9a9617..1864b5f)
... ... Switch_SolveQuadrature on;
21 21
22 22 univariateCoeffs univariateCoeffs
23 23 { {
24 aggregation on;
24 aggregation off;
25 25
26 26 aggregationKernel aggregationKernel
27 27 { {
 
... ... univariateCoeffs
29 29
30 30 Ca Ca [ 0 0 -1 0 0 0 0 ] 1.0e-13; Ca Ca [ 0 0 -1 0 0 0 0 ] 1.0e-13;
31 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 }
32 42
33 43 breakup off; breakup off;
34 44
File squareSettler/constant/populationBalanceProperties.aqueous changed (mode: 100755 -> 100644) (index 61ee4f6..dccf37b)
... ... Switch_SolveQuadrature on;
21 21
22 22 univariateCoeffs univariateCoeffs
23 23 { {
24 aggregation on;
24 aggregation off;
25 25
26 26 aggregationKernel aggregationKernel
27 27 { {
 
... ... univariateCoeffs
29 29
30 30 Ca Ca [ 0 0 -1 0 0 0 0 ] 5.0e-14; Ca Ca [ 0 0 -1 0 0 0 0 ] 5.0e-14;
31 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 }
32 42
33 43 breakup off; breakup off;
34 44
File squareSettler/constant/populationBalanceProperties.bicontinuous changed (mode: 100755 -> 100644) (index a9a9617..1864b5f)
... ... Switch_SolveQuadrature on;
21 21
22 22 univariateCoeffs univariateCoeffs
23 23 { {
24 aggregation on;
24 aggregation off;
25 25
26 26 aggregationKernel aggregationKernel
27 27 { {
 
... ... univariateCoeffs
29 29
30 30 Ca Ca [ 0 0 -1 0 0 0 0 ] 1.0e-13; Ca Ca [ 0 0 -1 0 0 0 0 ] 1.0e-13;
31 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 }
32 42
33 43 breakup off; breakup off;
34 44
File testCase/constant/populationBalanceProperties.aqueous changed (mode: 100755 -> 100644) (index 61ee4f6..dccf37b)
... ... Switch_SolveQuadrature on;
21 21
22 22 univariateCoeffs univariateCoeffs
23 23 { {
24 aggregation on;
24 aggregation off;
25 25
26 26 aggregationKernel aggregationKernel
27 27 { {
 
... ... univariateCoeffs
29 29
30 30 Ca Ca [ 0 0 -1 0 0 0 0 ] 5.0e-14; Ca Ca [ 0 0 -1 0 0 0 0 ] 5.0e-14;
31 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 }
32 42
33 43 breakup off; breakup off;
34 44
File testCase/constant/populationBalanceProperties.bicontinuous changed (mode: 100755 -> 100644) (index a9a9617..1864b5f)
... ... Switch_SolveQuadrature on;
21 21
22 22 univariateCoeffs univariateCoeffs
23 23 { {
24 aggregation on;
24 aggregation off;
25 25
26 26 aggregationKernel aggregationKernel
27 27 { {
 
... ... univariateCoeffs
29 29
30 30 Ca Ca [ 0 0 -1 0 0 0 0 ] 1.0e-13; Ca Ca [ 0 0 -1 0 0 0 0 ] 1.0e-13;
31 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 }
32 42
33 43 breakup off; breakup off;
34 44
File testCase/constant/turbulenceProperties changed (mode: 100644) (index 1618bfb..8a3fce7)
... ... FoamFile
15 15 } }
16 16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 17
18 simulationType RAS;
18 simulationType laminar;
19 19
20 20 RAS RAS
21 21 { {
File testCase/system/fvSolution changed (mode: 100644) (index e9d2bb4..abb1254)
... ... PIMPLE
121 121
122 122 residualControl residualControl
123 123 { {
124 "U.*"
124 "U.*"
125 125 { {
126 126 tolerance 1e-06; tolerance 1e-06;
127 127 relTol 0; relTol 0;
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