Commit Graph

232 Commits

Author SHA1 Message Date
Rex Zhe Li
8b3a2a3ff0 post-polish; make greyscaleColor analysis consistent with normal color;build test passed 2020-10-09 13:07:06 -04:00
Rex Zhe Li
d8a1837ba0 save the work; to be continued to clean up the code 2020-08-19 11:31:32 -04:00
Rex Zhe Li
2180f7b2bf resolve merge conflict 2020-08-18 18:02:28 -04:00
Rex Zhe Li
99ee51d8e1 add a full form of Guo-type body force scheme, but now using it now 2020-08-05 17:33:54 -04:00
Rex Zhe Li
80c7afc27c save the work; make several greynode wettability models available; need more validation and tests 2020-07-23 10:44:43 -04:00
Rex Zhe Li
b0d6f7cd04 1. add color grad for debug;2. fix bug for calculating greyscale solid gradient 2020-07-08 22:24:37 -04:00
Rex Zhe Li
4434bfe282 GPU only, make greyscaleColor equivalent single-phase model available 2020-06-22 13:39:51 -04:00
Rex Zhe Li
2621a7718f Greyscale Color model; both CPU and GPU versions are ready 2020-06-15 22:41:01 -04:00
Rex Zhe Li
16cc9cb5aa GreyscaleSC: save the work; pressureBC does not work 2020-05-20 22:57:42 -04:00
Rex Zhe Li
d4e0c97277 Merge branch 'Greyscale' into Greyscale_dev 2020-05-06 11:24:37 -04:00
Rex Zhe Li
3a21a142c4 fix bugs: add some missing terms in the IMRT collsion terms 2020-05-06 11:12:50 -04:00
Rex Zhe Li
e83e794021 GreyscaleSC model;BGK works but MRT doesnt;save the work 2020-05-04 23:36:27 -04:00
Rex Zhe Li
9f8af47d2b continue GreyscaleSC debugging;save the work 2020-05-03 18:03:44 -04:00
Rex Zhe Li
c423d14e74 GreyscaleSC debugging: save the work; yet to function correctly 2020-05-01 17:44:48 -04:00
Rex Zhe Li
8e2efa8f05 GreyscaleSC model;GPU only;save the work;model does not function correctly 2020-04-30 23:42:17 -04:00
Rex Zhe Li
85158fab52 Initialize greyscale SC model 2020-04-27 11:12:12 -04:00
Rex Zhe Li
6a37aa9e59 rename greyscale FE model GPU code 2020-04-27 11:03:40 -04:00
Rex Zhe Li
4c84ab8eb9 GPU ONLY; clean up the two-phase greyscale code; rename the old greyscaleColor to greyscaleFE 2020-04-25 17:01:01 -04:00
Rex Zhe Li
eaf9e828ea GPU only; save the work; greyscaleFE works only conditionally; 2020-04-24 16:20:52 -04:00
Rex Zhe Li
cc61cb940d fix another dumb bug 2020-04-19 23:35:37 -04:00
Rex Zhe Li
389c60a06f GPU version; save the work; mass is not conserved 2020-04-19 22:21:43 -04:00
Rex Zhe Li
dd3c177dee change the mass transport formulation;no longer solve Aq and Bq, only solve for phase field 2020-04-18 22:46:44 -04:00
Rex Zhe Li
4f75ddd89a fix a few bugs; but wait to see if that works 2020-04-18 10:56:28 -04:00
Rex Zhe Li
297ea4cb63 update the chemical potential approach and save work 2020-04-17 16:23:06 -04:00
Rex Zhe Li
984e7b504e GPU: save the work; mass transport using chemical potential 2020-04-12 23:38:24 -04:00
Rex Zhe Li
606e81d684 GPU version: save the work 2020-04-08 16:48:39 -04:00
Rex Zhe Li
cc14324c33 GPU version ONLY; two-phase greyscale model; save the work 2020-04-07 15:29:33 -04:00
James McClure
7636220a48 add header for print 2020-04-07 10:43:01 -04:00
James McClure
3b006fbc3c reflect BC for D3Q7 2020-04-07 10:38:21 -04:00
Rex Zhe Li
fcbacd76de Revert "GPU standard MRT absperm simulator: move the body force execution from normal space to moment space"
This reverts commit fa4a20ddf0.
2020-04-04 10:31:07 -04:00
James McClure
bad52221a8 fix argfs 2020-04-03 20:33:03 -04:00
James McClure
354067e2da fix argfs 2020-04-03 20:31:13 -04:00
James McClure
735b3f5d3e fix argfs 2020-04-03 20:29:37 -04:00
James McClure
e4d836e7fc add reflection condition for color grad 2020-04-03 20:24:29 -04:00
James McClure
f72d401be6 fix bugs in cu 2020-04-03 09:56:56 -04:00
James McClure
e64d44e438 added D3Q19 reflection BVC 2020-04-03 09:30:55 -04:00
JamesEMcclure
ec634d9326 Merge branch 'Greyscale' of github.com:JamesEMcClure/LBPM-WIA into bugfix 2020-04-02 10:33:04 -04:00
JamesEMcclure
9f5b44dfe4 Revert "Moving more MPI calls to the wrapper"
This reverts commit 0f91767b6c.
2020-03-17 21:23:18 -04:00
Rex Zhe Li
fa4a20ddf0 GPU standard MRT absperm simulator: move the body force execution from normal space to moment space 2020-02-24 17:24:11 -05:00
Rex Zhe Li
c11cfcf069 Merge branch 'morphLBM' into Greyscale 2020-02-21 21:25:25 -05:00
Mark Berrill
57156d16fc Fixing build issue 2020-02-05 07:35:13 -05:00
Rex Zhe Li
72ab9f803e merge with morphLBM to incorporate the newest backend updates 2020-02-04 13:28:57 -05:00
Rex Zhe Li
46b8c1de7f GPU version update: remove higher-order terms in body force 2020-02-01 17:22:13 -05:00
Rex Zhe Li
50e4b5a9ba add the greyscale effective viscosity back, but by default it is set equal to the normal viscosity 2020-02-01 14:04:39 -05:00
Rex Zhe Li
69ee9f79cb Some updates:(1)add different fq initialization for BGK and IMRT;(2)user can choose collision model 2020-01-31 15:15:26 -05:00
Rex Zhe Li
6e7cb83254 add pressure to output data 2020-01-29 23:49:36 -05:00
Mark Berrill
0f91767b6c Moving more MPI calls to the wrapper 2020-01-28 12:33:36 -05:00
Rex Zhe Li
060bee7b44 GPU version of incompressible greysacle MRT model is ready 2020-01-18 22:52:04 -05:00
Rex Zhe Li
38f97c2848 save the work 2020-01-13 22:50:37 -05:00
Rex Zhe Li
cddcfa0188 fix the bug and now have a workable greyscale BGK model in both CPU and GPU 2019-12-10 16:54:42 -05:00