Commit Graph

213 Commits

Author SHA1 Message Date
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
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
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
Rex Zhe Li
a4b0f3e26e gpu version of greyscale LBM is also updated 2019-11-21 14:05:58 -05:00
JamesEMcclure
cf28b2794b created skeleton for greyscale model 2019-11-20 13:20:11 -05:00
JamesEMcclure
22e330ca26 fix color bug 2019-11-14 09:52:37 -05:00
JamesEMcclure
bfb2e6f85d fix factor of 19 in color 2019-09-09 10:17:47 -04:00
James McClure
73c80fcbc7 reverting flux bc changes 2019-05-20 20:37:50 -06:00
James McClure
84f24d8fc5 debugging flux bc 2019-05-20 09:46:55 -06:00
James E McClure
7334c078fa fix cudaMemcpy bug 2019-05-17 21:12:44 -04:00
James E McClure
60899a43d8 fix cudaMemcpy bug 2019-05-17 20:31:30 -04:00
James E McClure
5820ce8ed4 fix cudaMemcpy bug 2019-05-17 19:37:18 -04:00
James E McClure
469f5f6481 fix cudaMemcpy bug 2019-05-17 19:03:00 -04:00
James E McClure
45788f931d fix cudaMemcpy bug 2019-05-17 18:54:30 -04:00
James E McClure
428d6e8e55 fix cudaMemcpy bug 2019-05-17 16:28:22 -04:00
James E McClure
4e0db2fd3a fix cudaMemcpy bug 2019-05-17 15:09:14 -04:00
James E McClure
9e77b2d9d3 error checking for GPU BC 2019-05-17 14:21:58 -04:00
James E McClure
7b396b0cc0 error checking for GPU BC 2019-05-17 14:15:27 -04:00
JamesEMcclure
11a4a4b848 replace deprecated shfl_down 2019-04-29 12:50:16 -04:00
JamesEMcclure
fe5a110027 print GPU device ID for MPI ranks within a node 2019-04-26 14:56:53 -04:00
James E McClure
3c55966984 Using regular cuda instead of zero copy for comms 2018-09-22 23:46:38 -04:00
James E McClure
379b731069 gpu color clenaup 2018-09-22 17:15:00 -04:00