List of commits:
Subject Hash Author Date (UTC)
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
updated extension of README 77ab387e41e41fc42a65eb03be87754f7b3f6750 Anurag Misra 2017-09-27 14:34:34
Added README 7a07b98687881b4ffd9d6283ec02b8892271a993 EXT Anurag Misra 2017-09-27 14:33:16
Added License d31bc70be81c24cc44f5b7ce5e3e07923c8c19cb EXT Anurag Misra 2017-09-27 13:49:21
added decomposeparDict 0502a8d1f7d5759c15c60889618910ced5bcb4ce Anurag Misra 2017-09-27 13:44:42
renamed multiphaseSystem library, updated testCase directory with appropriate dictionaries and simulation parameters 7a49f08c5af48556cc18c98915f468442e0fa3e2 Anurag Misra 2017-09-27 13:33:10
update/debugof multiphaseSystem + add switch populationbalance 286070162f350e965a9c0fb8a0d8cd17be017f55 Cyrille Bonamy 2017-09-27 10:12:40
debug + clean code : dev of multiphaseSystem class 0ffbb65f8e7778190a8f38389da15ffc291e38c3 Cyrille Bonamy 2017-09-26 22:29:03
added test case 5cea8fbe2ca96c5e2f1b0783cbab252feae135b9 Anurag Misra 2017-09-26 16:26:29
initial commit 7588fca1df5e437393a92558137d8fafae0a4135 Anurag Misra 2017-09-26 13:11:04
Add new directory 34e3d681a663185f8098a20e129197ed6fdcf359 EXT Anurag Misra 2017-09-26 12:30:56
Update .gitignore a8cf2a2e66d80e5f4facd744abb9250799c41b8e EXT Anurag Misra 2017-09-26 09:11:16
Commit 4b6295b3a4b44b980ffd322d3d8b8352e0d75464 - fixed viscosity and aggregation kernel values
Author: Anurag Misra
Author date (UTC): 2017-10-04 09:49
Committer name: Anurag Misra
Committer date (UTC): 2017-10-04 09:49
Parent(s): 937cfc7ef9b393b7beb744478729cf18704f2c44
Signer:
Signing key:
Signing status: N
Tree: 20ca7d6fe586c0f5a843897f06b1edf55d7e1457
File Lines added Lines deleted
squareSettler/constant/populationBalanceProperties.aqueous 2 2
squareSettler/constant/populationBalanceProperties.bicontinuous 1 1
squareSettler/constant/transportProperties 8 4
testCase/constant/populationBalanceProperties.aqueous 2 2
testCase/constant/populationBalanceProperties.bicontinuous 1 1
testCase/constant/transportProperties 8 4
File squareSettler/constant/populationBalanceProperties.aqueous changed (mode: 100644) (index 79d9048..6ce20a0)
... ... FoamFile
17 17
18 18 populationBalanceModel univariate; populationBalanceModel univariate;
19 19
20 Switch_SolveQuadrature on;
20 Switch_SolveQuadrature off;
21 21
22 22 univariateCoeffs univariateCoeffs
23 23 { {
 
... ... univariateCoeffs
27 27 { {
28 28 aggregationKernel constant; aggregationKernel constant;
29 29
30 Ca Ca [ 0 0 -1 0 0 0 0 ] 5.0e-18;
30 Ca Ca [ 0 0 -1 0 0 0 0 ] 1.0e-13;
31 31 } }
32 32
33 33 breakup off; breakup off;
File squareSettler/constant/populationBalanceProperties.bicontinuous changed (mode: 100644) (index 1d4ac13..1385456)
... ... univariateCoeffs
27 27 { {
28 28 aggregationKernel constant; aggregationKernel constant;
29 29
30 Ca Ca [ 0 0 -1 0 0 0 0 ] 1.0e-17;
30 Ca Ca [ 0 0 -1 0 0 0 0 ] 1.0e-13;
31 31 } }
32 32
33 33 breakup off; breakup off;
File squareSettler/constant/transportProperties changed (mode: 100644) (index 0a6b14a..6823230)
... ... phases
19 19 ( (
20 20 organic organic
21 21 { {
22 nu 6.07e-4; // Dynamic viscosity
22 nu 8.292e-07; // Dynamic viscosity = 6.07e-4
23 23 kappa 0.135; // Approximate value, not from experiment! kappa 0.135; // Approximate value, not from experiment!
24 24 Cp 1904.99; // Approximate value, not from experiment! Cp 1904.99; // Approximate value, not from experiment!
25 25 rho 732; rho 732;
 
... ... phases
33 33
34 34 aqueous aqueous
35 35 { {
36 nu 5.7e-4; // Dynamic viscosity
36 nu 5.9e-07; // Dynamic viscosity = 5.7e-4
37 37 kappa 0.6; // needs to be corrected for energy equation kappa 0.6; // needs to be corrected for energy equation
38 38 Cp 4182; // needs to be corrected for energy equation Cp 4182; // needs to be corrected for energy equation
39 39 rho 966; rho 966;
40 40
41 diameterModel QBMM;
41 diameterModel constant;
42 constantCoeffs
43 {
44 d 2e-04;
45 }
42 46 QBMMCoeffs QBMMCoeffs
43 47 { {
44 48 dMax 1e-01; dMax 1e-01;
 
... ... phases
50 54
51 55 bicontinuous bicontinuous
52 56 { {
53 nu 1.2345e-4; // Dynamic viscosity
57 nu 1.322e-07; // Dynamic viscosity = 1.2345e-4
54 58 kappa 0.6; // Using same value as for water, not from experiment! kappa 0.6; // Using same value as for water, not from experiment!
55 59 Cp 4182; // Using same value as for, not from experiment! Cp 4182; // Using same value as for, not from experiment!
56 60 rho 934; rho 934;
File testCase/constant/populationBalanceProperties.aqueous changed (mode: 100644) (index 79d9048..6ce20a0)
... ... FoamFile
17 17
18 18 populationBalanceModel univariate; populationBalanceModel univariate;
19 19
20 Switch_SolveQuadrature on;
20 Switch_SolveQuadrature off;
21 21
22 22 univariateCoeffs univariateCoeffs
23 23 { {
 
... ... univariateCoeffs
27 27 { {
28 28 aggregationKernel constant; aggregationKernel constant;
29 29
30 Ca Ca [ 0 0 -1 0 0 0 0 ] 5.0e-18;
30 Ca Ca [ 0 0 -1 0 0 0 0 ] 1.0e-13;
31 31 } }
32 32
33 33 breakup off; breakup off;
File testCase/constant/populationBalanceProperties.bicontinuous changed (mode: 100644) (index 1d4ac13..1385456)
... ... univariateCoeffs
27 27 { {
28 28 aggregationKernel constant; aggregationKernel constant;
29 29
30 Ca Ca [ 0 0 -1 0 0 0 0 ] 1.0e-17;
30 Ca Ca [ 0 0 -1 0 0 0 0 ] 1.0e-13;
31 31 } }
32 32
33 33 breakup off; breakup off;
File testCase/constant/transportProperties changed (mode: 100644) (index 0a6b14a..157202d)
... ... phases
19 19 ( (
20 20 organic organic
21 21 { {
22 nu 6.07e-4; // Dynamic viscosity
22 nu 8.292e-07; // Dynamic viscosity = 6.07e-4
23 23 kappa 0.135; // Approximate value, not from experiment! kappa 0.135; // Approximate value, not from experiment!
24 24 Cp 1904.99; // Approximate value, not from experiment! Cp 1904.99; // Approximate value, not from experiment!
25 25 rho 732; rho 732;
 
... ... phases
33 33
34 34 aqueous aqueous
35 35 { {
36 nu 5.7e-4; // Dynamic viscosity
36 nu 5.9e-07; // Dynamic viscosity = 5.7e-4
37 37 kappa 0.6; // needs to be corrected for energy equation kappa 0.6; // needs to be corrected for energy equation
38 38 Cp 4182; // needs to be corrected for energy equation Cp 4182; // needs to be corrected for energy equation
39 39 rho 966; rho 966;
40 40
41 diameterModel QBMM;
41 diameterModel constant;
42 constantCoeffs
43 {
44 d 2e-04;
45 }
42 46 QBMMCoeffs QBMMCoeffs
43 47 { {
44 48 dMax 1e-01; dMax 1e-01;
 
... ... phases
50 54
51 55 bicontinuous bicontinuous
52 56 { {
53 nu 1.2345e-4; // Dynamic viscosity
57 nu 1.322e-07; // Dynamic viscosity = 1.2345e-4
54 58 kappa 0.6; // Using same value as for water, not from experiment! kappa 0.6; // Using same value as for water, not from experiment!
55 59 Cp 4182; // Using same value as for, not from experiment! Cp 4182; // Using same value as for, not from experiment!
56 60 rho 934; rho 934;
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