List of commits:
Subject Hash Author Date (UTC)
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
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
Commit 290fa6a15aeddfd7994339f2ebcd2512b2b1d2be - minor modifications in boundary conditions
Author: Anurag Misra
Author date (UTC): 2017-10-04 12:33
Committer name: Anurag Misra
Committer date (UTC): 2017-10-04 12:33
Parent(s): e5e1714b85294d8f5bb9ad03e4bc6a20513933b6
Signer:
Signing key:
Signing status: N
Tree: 378fe3f6d85b12a33d81e8079b4b4f6a9b90ddf1
File Lines added Lines deleted
testCase/0/Theta 1 1
testCase/0/U.aqueous 5 0
testCase/0/U.bicontinuous 5 0
testCase/0/U.organic 5 0
testCase/0/alpha.aqueous 1 0
testCase/0/alpha.bicontinuous 1 0
testCase/0/alpha.organic 1 0
testCase/0/d.aqueous 1 0
testCase/0/d.bicontinuous 1 0
testCase/0/epsilon 1 1
testCase/0/k 1 1
testCase/0/moment.0.populationBalance.aqueous 1 0
testCase/0/moment.0.populationBalance.bicontinuous 1 0
testCase/0/moment.1.populationBalance.aqueous 1 0
testCase/0/moment.1.populationBalance.bicontinuous 1 0
testCase/0/moment.2.populationBalance.aqueous 1 0
testCase/0/moment.2.populationBalance.bicontinuous 1 0
testCase/0/moment.3.populationBalance.aqueous 1 0
testCase/0/moment.3.populationBalance.bicontinuous 1 0
testCase/0/moment.4.populationBalance.aqueous 1 0
testCase/0/moment.4.populationBalance.bicontinuous 1 0
testCase/0/nut 1 1
testCase/0/p_rgh 5 0
File testCase/0/Theta changed (mode: 100644) (index 8caf5a7..d1d6752)
... ... FoamFile
16 16
17 17 dimensions [0 2 -2 0 0 0 0]; dimensions [0 2 -2 0 0 0 0];
18 18
19 internalField uniform 0.0;
19 internalField uniform 0.0;
20 20
21 21 boundaryField boundaryField
22 22 { {
File testCase/0/U.aqueous changed (mode: 100644) (index 5b0fc75..6a3b83a)
... ... boundaryField
25 25 type fixedValue; type fixedValue;
26 26 value uniform (0 0 0); value uniform (0 0 0);
27 27 } }
28
29 frontAndBackPlanes
30 {
31 type empty;
32 }
28 33 } }
29 34
30 35 // ************************************************************************* // // ************************************************************************* //
File testCase/0/U.bicontinuous changed (mode: 100644) (index 07e1a8f..d6ba0bb)
... ... boundaryField
25 25 type fixedValue; type fixedValue;
26 26 value uniform (0 0 0); value uniform (0 0 0);
27 27 } }
28
29 frontAndBackPlanes
30 {
31 type empty;
32 }
28 33 } }
29 34
30 35 // ************************************************************************* // // ************************************************************************* //
File testCase/0/U.organic changed (mode: 100644) (index 679cb9a..e1afa40)
... ... boundaryField
25 25 type fixedValue; type fixedValue;
26 26 value uniform (0 0 0); value uniform (0 0 0);
27 27 } }
28
29 frontAndBackPlanes
30 {
31 type empty;
32 }
28 33 } }
29 34
30 35 // ************************************************************************* // // ************************************************************************* //
File testCase/0/alpha.aqueous changed (mode: 100644) (index f1e90f8..a539e5f)
... ... boundaryField
25 25 { {
26 26 type zeroGradient; type zeroGradient;
27 27 } }
28
28 29 frontAndBackPlanes frontAndBackPlanes
29 30 { {
30 31 type empty; type empty;
File testCase/0/alpha.bicontinuous changed (mode: 100644) (index 2207798..2f1f73f)
... ... boundaryField
25 25 { {
26 26 type zeroGradient; type zeroGradient;
27 27 } }
28
28 29 frontAndBackPlanes frontAndBackPlanes
29 30 { {
30 31 type empty; type empty;
File testCase/0/alpha.organic changed (mode: 100644) (index 89039d1..0e4b3f5)
... ... boundaryField
25 25 { {
26 26 type zeroGradient; type zeroGradient;
27 27 } }
28
28 29 frontAndBackPlanes frontAndBackPlanes
29 30 { {
30 31 type empty; type empty;
File testCase/0/d.aqueous changed (mode: 100644) (index faa7cc2..d7d2feb)
... ... boundaryField
25 25 { {
26 26 type zeroGradient; type zeroGradient;
27 27 } }
28
28 29 frontAndBackPlanes frontAndBackPlanes
29 30 { {
30 31 type empty; type empty;
File testCase/0/d.bicontinuous changed (mode: 100644) (index a6866ab..240369f)
... ... boundaryField
25 25 { {
26 26 type zeroGradient; type zeroGradient;
27 27 } }
28
28 29 frontAndBackPlanes frontAndBackPlanes
29 30 { {
30 31 type empty; type empty;
File testCase/0/epsilon changed (mode: 100644) (index 801517c..d36156f)
... ... boundaryField
27 27 value uniform 20; value uniform 20;
28 28 } }
29 29
30 frontAndBack
30 frontAndBackPlanes
31 31 { {
32 32 type empty; type empty;
33 33 } }
File testCase/0/k changed (mode: 100644) (index 17596b5..8bac0ac)
... ... boundaryField
27 27 value uniform 0; value uniform 0;
28 28 } }
29 29
30 frontAndBack
30 frontAndBackPlanes
31 31 { {
32 32 type empty; type empty;
33 33 } }
File testCase/0/moment.0.populationBalance.aqueous changed (mode: 100644) (index 167218b..833d81f)
... ... boundaryField
26 26 type fixedValue; type fixedValue;
27 27 value uniform 0; value uniform 0;
28 28 } }
29
29 30 frontAndBackPlanes frontAndBackPlanes
30 31 { {
31 32 type empty; type empty;
File testCase/0/moment.0.populationBalance.bicontinuous changed (mode: 100644) (index 167218b..833d81f)
... ... boundaryField
26 26 type fixedValue; type fixedValue;
27 27 value uniform 0; value uniform 0;
28 28 } }
29
29 30 frontAndBackPlanes frontAndBackPlanes
30 31 { {
31 32 type empty; type empty;
File testCase/0/moment.1.populationBalance.aqueous changed (mode: 100644) (index 776c0d8..d94e6a4)
... ... boundaryField
26 26 type fixedValue; type fixedValue;
27 27 value uniform 0; value uniform 0;
28 28 } }
29
29 30 frontAndBackPlanes frontAndBackPlanes
30 31 { {
31 32 type empty; type empty;
File testCase/0/moment.1.populationBalance.bicontinuous changed (mode: 100644) (index 776c0d8..d94e6a4)
... ... boundaryField
26 26 type fixedValue; type fixedValue;
27 27 value uniform 0; value uniform 0;
28 28 } }
29
29 30 frontAndBackPlanes frontAndBackPlanes
30 31 { {
31 32 type empty; type empty;
File testCase/0/moment.2.populationBalance.aqueous changed (mode: 100644) (index 9bd70ac..0abe71e)
... ... boundaryField
26 26 type fixedValue; type fixedValue;
27 27 value uniform 0; value uniform 0;
28 28 } }
29
29 30 frontAndBackPlanes frontAndBackPlanes
30 31 { {
31 32 type empty; type empty;
File testCase/0/moment.2.populationBalance.bicontinuous changed (mode: 100644) (index 9bd70ac..0abe71e)
... ... boundaryField
26 26 type fixedValue; type fixedValue;
27 27 value uniform 0; value uniform 0;
28 28 } }
29
29 30 frontAndBackPlanes frontAndBackPlanes
30 31 { {
31 32 type empty; type empty;
File testCase/0/moment.3.populationBalance.aqueous changed (mode: 100644) (index ad54659..6d1eb3f)
... ... boundaryField
26 26 type fixedValue; type fixedValue;
27 27 value uniform 0; value uniform 0;
28 28 } }
29
29 30 frontAndBackPlanes frontAndBackPlanes
30 31 { {
31 32 type empty; type empty;
File testCase/0/moment.3.populationBalance.bicontinuous changed (mode: 100644) (index ad54659..6d1eb3f)
... ... boundaryField
26 26 type fixedValue; type fixedValue;
27 27 value uniform 0; value uniform 0;
28 28 } }
29
29 30 frontAndBackPlanes frontAndBackPlanes
30 31 { {
31 32 type empty; type empty;
File testCase/0/moment.4.populationBalance.aqueous changed (mode: 100644) (index ba1a77a..a3e187b)
... ... boundaryField
26 26 type fixedValue; type fixedValue;
27 27 value uniform 0; value uniform 0;
28 28 } }
29
29 30 frontAndBackPlanes frontAndBackPlanes
30 31 { {
31 32 type empty; type empty;
File testCase/0/moment.4.populationBalance.bicontinuous changed (mode: 100644) (index ba1a77a..a3e187b)
... ... boundaryField
26 26 type fixedValue; type fixedValue;
27 27 value uniform 0; value uniform 0;
28 28 } }
29
29 30 frontAndBackPlanes frontAndBackPlanes
30 31 { {
31 32 type empty; type empty;
File testCase/0/nut changed (mode: 100644) (index 64e8b88..58ed353)
... ... boundaryField
26 26 value $internalField; value $internalField;
27 27 } }
28 28
29 frontAndBack
29 frontAndBackPlanes
30 30 { {
31 31 type empty; type empty;
32 32 } }
File testCase/0/p_rgh changed (mode: 100644) (index 47392c6..051c689)
... ... boundaryField
25 25 type fixedFluxPressure; type fixedFluxPressure;
26 26 value uniform $internalField; value uniform $internalField;
27 27 } }
28
29 frontAndBackPlanes
30 {
31 type empty;
32 }
28 33 } }
29 34
30 35 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
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