List of commits:
Subject Hash Author Date (UTC)
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
added test case 5cea8fbe2ca96c5e2f1b0783cbab252feae135b9 Anurag Misra 2017-09-26 16:26:29
initial commit 7588fca1df5e437393a92558137d8fafae0a4135 Anurag Misra 2017-09-26 13:11:04
Commit 2fd45fa8d04cb5968668fd183972f70a03891381 - minor changes to fvSolution
Author: Anurag Misra
Author date (UTC): 2017-10-04 12:15
Committer name: Anurag Misra
Committer date (UTC): 2017-10-04 12:15
Parent(s): fc2883d6e954dd564b4a834357f8f34c5e8625fc
Signer:
Signing key:
Signing status: N
Tree: 965d36c38571e6f6a3ead1996c879278ce1cbe18
File Lines added Lines deleted
testCase/system/fvSolution 6 1
File testCase/system/fvSolution changed (mode: 100644) (index 455caa3..a680447)
... ... PIMPLE
121 121
122 122 residualControl residualControl
123 123 { {
124 "U.*"
125 {
126 tolerance 1e-06;
127 relTol 0;
128 }
124 129 p_rgh p_rgh
125 130 { {
126 tolerance 0;
131 tolerance 1e-07;
127 132 relTol 0; relTol 0;
128 133 } }
129 134 } }
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