List of commits:
Subject Hash Author Date (UTC)
Disabled -DFULLDEBUG option from OpenQBMM library compilation 802f24f41f1fc065a7d4cc203584f6d68c0b3e03 Anurag Misra 2018-08-21 13:18:38
Updated Grimes Kernel 2be4035a22eb74ca3af27524cd162db8851581c8 Anurag Misra 2018-08-21 13:08:21
Added temperature-dependence in Grimes Kernel f3a435a0c455df0e4e4908f562f26f5b86ffb63a Anurag M 2018-08-20 06:55:19
Fixed conflict in the use of T in TEqns.H and UEqns.H bb96a2c1c38d89aeef45bc2614c0abce3e2bac37 Anurag M 2018-08-17 08:59:30
Fixed division by zero errors in Grimes kernel e0a0aa507d1159306afae9f7885a9f57e7698eff Anurag M 2018-08-17 08:58:50
Updated Grimes kernel with collision frequency limits, Added mixture temperature equation 2294a5b9a45433d75edee92e86db104a3b94ab65 Anurag M 2018-08-16 21:36:02
Updated Grimes Kernel f608acb3b6da226f28f41de412f6af9f55dc1f42 Anurag M 2018-08-16 13:35:57
Minor changes to Grimes kernel, still not functional cc44c1e64b44719780ae6b0f3445055854f7cf99 Anurag M 2018-08-16 08:12:02
Updated code to be compatible with OpenFOAM6, integrated latest commits from OpenQBMM-dev a6cab1ad0759989cf0d8b3d5a3dafa7e25fdde82 Anurag M 2018-08-15 17:29:12
update coalescence buoyancyInducedSI, small speedup ce96614597feb467bc73ff4b3d8d3b622c2942f2 Cyrille Bonamy 2018-05-17 22:38:21
Updated test cases to work with OF5.0 a94165663b5086612bd57bed9915bb0b13c616ae Anurag.Misra 2018-04-27 11:57:40
Moved ifPorous back to time directory due to problems with case decomposition, changed write settings instead d7c92de5c17607f86b7fe614ac49964762826e84 Anurag M 2018-04-27 09:29:51
moved location of ifPorous to constant directory to avoid problems with restarting case 7765cfdc95e2733af395f004754f21d4310fb249 Anurag M 2018-04-27 08:17:50
Added lower bound for the efficiency term in buoyancyInduced kernel 37484d897975e1c3ecb20462a68bd0cd09925f9e Anurag M 2018-04-26 13:16:23
moved lookup of fields to constructor for efficiency, added spatially inhomogeneous buoyancyInduced kernel 7a444cf89c257318fabfee2618a45a96231eebcc Anurag M 2018-04-24 17:14:42
included constant coalescence kernel for testing... 21d0518c24475f61f326fbf4942345ac7bd8106b Anurag M 2018-04-23 17:56:36
modified case batchSettlerFine 9e6d0df52ab1b47d72c44f79cbf2b9f3fe9d051f Anurag M 2018-04-23 14:43:20
cleaned directory structure, fixed conflicting references to other libraries 97b6c823c552d5c690a78677cf1fbbfd9258388b Anurag M 2018-04-23 14:31:37
Implemented latest changes from OpenQBMM code 309b00b557e56d25057cf1a8cd5b30b80b32aada Anurag Misra 2018-04-05 07:17:32
updated batchSettlerFine case d475795ed3fe338ac7a8732e41ffc4e57d61c4ff Anurag Misra 2018-02-12 17:49:22
Commit 802f24f41f1fc065a7d4cc203584f6d68c0b3e03 - Disabled -DFULLDEBUG option from OpenQBMM library compilation
Author: Anurag Misra
Author date (UTC): 2018-08-21 13:18
Committer name: Anurag Misra
Committer date (UTC): 2018-08-21 13:18
Parent(s): 2be4035a22eb74ca3af27524cd162db8851581c8
Signing key:
Tree: 1b9da3d14af3dfd474c175f7cbb34422891ef71a
File Lines added Lines deleted
multiphaseEulerPbeFoam/eigenSolver/Make/options 0 1
multiphaseEulerPbeFoam/quadratureMethods/PDFTransportModels/Make/options 0 1
multiphaseEulerPbeFoam/quadratureMethods/fieldMomentInversion/Make/options 0 1
multiphaseEulerPbeFoam/quadratureMethods/hermiteQuadrature/Make/options 0 1
multiphaseEulerPbeFoam/quadratureMethods/mixingModels/Make/options 0 1
multiphaseEulerPbeFoam/quadratureMethods/momentAdvection/Make/options 0 1
multiphaseEulerPbeFoam/quadratureMethods/momentInversion/Make/options 0 1
multiphaseEulerPbeFoam/quadratureMethods/momentSets/Make/options 0 1
multiphaseEulerPbeFoam/quadratureMethods/populationBalanceModels/Make/options 0 1
multiphaseEulerPbeFoam/quadratureMethods/quadratureApproximations/Make/options 0 1
File multiphaseEulerPbeFoam/eigenSolver/Make/options changed (mode: 100644) (index 72169ab..a55ccac)
1 1 EXE_INC = \ EXE_INC = \
2 -DFULLDEBUG -g -O0 \
3 2 -I../lnInclude \ -I../lnInclude \
4 3 -I$(LIB_SRC)/finiteVolume/lnInclude -I$(LIB_SRC)/finiteVolume/lnInclude
5 4
File multiphaseEulerPbeFoam/quadratureMethods/PDFTransportModels/Make/options changed (mode: 100644) (index 9e6deb8..ea5b3c4)
1 1 EXE_INC = \ EXE_INC = \
2 -DFULLDEBUG -g -O0 \
3 2 -I$(LIB_SRC)/transportModels \ -I$(LIB_SRC)/transportModels \
4 3 -I$(LIB_SRC)/transportModels/compressible/lnInclude \ -I$(LIB_SRC)/transportModels/compressible/lnInclude \
5 4 -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \ -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
File multiphaseEulerPbeFoam/quadratureMethods/fieldMomentInversion/Make/options changed (mode: 100644) (index 999404c..64012c8)
1 1 EXE_INC = \ EXE_INC = \
2 -DFULLDEBUG -g -O0 \
3 2 -I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \
4 3 -I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \
5 4 -I../../mappedList \ -I../../mappedList \
File multiphaseEulerPbeFoam/quadratureMethods/hermiteQuadrature/Make/options changed (mode: 100644) (index 21a7b15..3888545)
1 1 EXE_INC = \ EXE_INC = \
2 -DFULLDEBUG -g -O0 \
3 2 -I../../eigenSolver/lnInclude -I../../eigenSolver/lnInclude
4 3
5 4 LIB_LIBS = \ LIB_LIBS = \
File multiphaseEulerPbeFoam/quadratureMethods/mixingModels/Make/options changed (mode: 100644) (index 4ff2874..a6d650e)
1 1 EXE_INC = \ EXE_INC = \
2 -DFULLDEBUG -g -O0 \
3 2 -I$(LIB_SRC)/transportModels \ -I$(LIB_SRC)/transportModels \
4 3 -I$(LIB_SRC)/transportModels/compressible/lnInclude \ -I$(LIB_SRC)/transportModels/compressible/lnInclude \
5 4 -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \ -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
File multiphaseEulerPbeFoam/quadratureMethods/momentAdvection/Make/options changed (mode: 100644) (index 52c3c53..b2e7ffa)
1 1 EXE_INC = \ EXE_INC = \
2 -DFULLDEBUG -g -O0 \
3 2 -I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \
4 3 -I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \
5 4 -I../../mappedList \ -I../../mappedList \
File multiphaseEulerPbeFoam/quadratureMethods/momentInversion/Make/options changed (mode: 100644) (index 75e7e70..01849b9)
1 1 EXE_INC = \ EXE_INC = \
2 -DFULLDEBUG -g -O0 \
3 2 -I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \
4 3 -I../../Vandermonde/lnInclude \ -I../../Vandermonde/lnInclude \
5 4 -I../../eigenSolver/lnInclude \ -I../../eigenSolver/lnInclude \
File multiphaseEulerPbeFoam/quadratureMethods/momentSets/Make/options changed (mode: 100644) (index 15f8a2c..00af817)
1 1 EXE_INC = \ EXE_INC = \
2 -DFULLDEBUG -g -O0 \
3 2 -I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \
4 3 -I../../mappedList \ -I../../mappedList \
5 4 -I../momentSets/lnInclude -I../momentSets/lnInclude
File multiphaseEulerPbeFoam/quadratureMethods/populationBalanceModels/Make/options changed (mode: 100644) (index d0f9d54..3cdf449)
1 1 EXE_INC = \ EXE_INC = \
2 -DFULLDEBUG -g -O0 \
3 2 -I$(LIB_SRC)/transportModels \ -I$(LIB_SRC)/transportModels \
4 3 -I$(LIB_SRC)/transportModels/compressible/lnInclude \ -I$(LIB_SRC)/transportModels/compressible/lnInclude \
5 4 -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \ -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
File multiphaseEulerPbeFoam/quadratureMethods/quadratureApproximations/Make/options changed (mode: 100644) (index 62e6fa9..dbdec2d)
1 1 EXE_INC = \ EXE_INC = \
2 -DFULLDEBUG -g -O0 \
3 2 -I$(LIB_SRC)/transportModels \ -I$(LIB_SRC)/transportModels \
4 3 -I$(LIB_SRC)/transportModels/compressible/lnInclude \ -I$(LIB_SRC)/transportModels/compressible/lnInclude \
5 4 -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \ -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
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