List of commits:
Subject Hash Author Date (UTC)
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
Add .gitignore bb915188ad046d466526ec637b5f1faac8eb8e6d EXT Anurag Misra 2017-09-25 15:25:57
Commit 0502a8d1f7d5759c15c60889618910ced5bcb4ce - added decomposeparDict
Author: Anurag Misra
Author date (UTC): 2017-09-27 13:44
Committer name: Anurag Misra
Committer date (UTC): 2017-09-27 13:44
Parent(s): 7a49f08c5af48556cc18c98915f468442e0fa3e2
Signer:
Signing key:
Signing status: N
Tree: 6094dbe5522d5aef33b866a33d4b794a799bb4ce
File Lines added Lines deleted
testCase/system/decomposeParDict 4 3
File testCase/system/decomposeParDict copied from file testCase/constant/turbulenceProperties (similarity 88%) (mode: 100644) (index b309e9b..8b024cc)
... ... FoamFile
10 10 version 2.0; version 2.0;
11 11 format ascii; format ascii;
12 12 class dictionary; class dictionary;
13 location "constant";
14 object turbulenceProperties;
13 location "system";
14 object decomposeParDict;
15 15 } }
16 16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 17
18 simulationType laminar;
18 numberOfSubdomains 6;
19 19
20 method scotch;
20 21
21 22 // ************************************************************************* // // ************************************************************************* //
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