Commit Graph

3737 Commits

Author SHA1 Message Date
Rex Zhe Li
cd49bae2b4 CPU: also update the reformulation of the directional derivative of gradients 2021-04-23 02:38:00 -04:00
Rex Zhe Li
171c122832 reformulate the phase field gradient and mixed gradient 2021-04-22 03:18:36 -04:00
Rex Zhe Li
f83d0ae2c5 GPU only;add 8th order gradient; seems to work 2021-04-20 03:04:44 -04:00
Rex Zhe Li
b6de66e36f fix typos in updating debugging facility 2021-04-05 22:38:48 -04:00
Rex Zhe Li
c1d43747ce update debugging facility 2021-04-05 21:33:35 -04:00
Rex Zhe Li
a99c558552 fix miscellaneous typos and bugs; huckleberry build passed 2021-03-31 21:37:52 -04:00
Rex Zhe Li
c2991dae20 Merge branch 'FOM_dev' of github.com:JamesEMcClure/LBPM-WIA into FOM_dev 2021-03-31 20:43:48 -04:00
Rex Zhe Li
c22596ac14 further clean up CPU code;Update GPU code;GPU version to be built and verified 2021-03-31 20:42:16 -04:00
Rex Zhe Li
4884a3f586 tried BGK collision without mixed gradient 2021-03-30 01:05:12 -04:00
Rex Zhe Li
e87db53a01 apply the phase denoise without affecting the mass conservation 2021-03-29 23:28:26 -04:00
Rex Zhe Li
f02cf7abc4 remove the phase field denoise since it ruins mass conservation 2021-03-28 21:26:01 -04:00
Rex Zhe Li
ea64630cc7 further regulate the phase field 2021-03-25 23:07:01 -04:00
Rex Zhe Li
e73a466b5f fix a few dumb typo 2021-03-25 08:18:22 -04:00
Rex Zhe Li
e4490231a1 fix a nuclear-level dumb typo 2021-03-25 02:09:31 -04:00
Rex Zhe Li
d1e4a84b25 try the old approach for phase field collision; to be built and verified 2021-03-25 01:52:45 -04:00
Rex Zhe Li
3d5686ebb8 Merge branch 'FOM_dev' of github.com:JamesEMcClure/LBPM-WIA into FOM_dev 2021-03-24 21:02:51 -04:00
Rex Zhe Li
0f94439a6b 1.revised relations of surface tension and W;2.reintroduce theta for better modele tuning;3.put chemical potential in debug output 2021-03-24 21:02:34 -04:00
James McClure
32d750a04c GPU build for lee model 2021-03-22 10:45:30 -04:00
James McClure
d913b9bdc8 added visualization capability for Lee model 2021-03-21 00:15:23 -04:00
James McClure
9f9b0dbffe adding functions to get data for analysis routines 2021-03-20 22:24:28 -04:00
James McClure
9fddfff384 fix merge conflict 2021-03-20 20:40:16 -04:00
James McClure
f3b7f6ee7e fix ubuntu config 2021-03-20 20:39:33 -04:00
James McClure
59e1973d73 Merge branch 'FOM' of github.com:JamesEMcClure/LBPM-WIA into FOM 2021-03-20 19:41:31 -04:00
James McClure
68b881bdb0 draft for cuda version of free lee model 2021-03-20 18:36:09 -04:00
James McClure
daba5c7132 clean up arguments for Free Lee 2021-03-20 13:13:00 -04:00
James McClure
dadc970947 clean up arguments for Free Lee 2021-03-20 13:12:49 -04:00
James McClure
e8124f606c working bubble for FreeLee 2021-03-19 20:54:29 -04:00
James McClure
eb62dbd38e standalone d3q7 mass collision for color model 2021-03-18 21:06:15 -04:00
James McClure
c1cd959da6 D3Q7 Lee model (looks anisotropic) 2021-03-18 14:51:26 -04:00
Mark Berrill
59b7b9a0fe Fixing issues with enums and the summary files 2021-03-18 09:41:39 -04:00
Mark Berrill
dfa97a0132 Fixing minor build error without timer 2021-03-17 13:34:38 -04:00
Mark Berrill
05c286de81 Merge 2021-03-17 10:31:54 -04:00
Mark Berrill
89704cbb10 Updating convertIO 2021-03-17 10:24:14 -04:00
James McClure
8c026a2f6d test neighborlist 2021-03-17 06:35:19 -04:00
James McClure
cb32a4236b update lee model tests 2021-03-17 06:26:15 -04:00
JamesEMcclure
de743e75b7 include convert IO 2021-03-17 05:15:17 -04:00
Mark Berrill
6d59317919 Cleaning up TestWriter 2021-03-16 17:21:52 -04:00
James McClure
15dbe5f053 update ubuntu configure script 2021-03-15 17:31:14 -04:00
James McClure
b828f6e5e6 updating mixed gradient test 2021-03-15 12:58:24 -04:00
James McClure
aa04ad4898 fixed wide halo bug with lee model 2021-03-14 13:02:55 -04:00
James McClure
ec6b3c6a68 revert to cs^2=2/9 for D3Q7 2021-03-11 20:16:02 -05:00
James McClure
2b8bdf0bea update ubuntu config 2021-03-11 14:15:18 -05:00
James McClure
3f659a0cc2 adding mass conservation test 2021-03-11 13:55:47 -05:00
Mark Berrill
54b99e110b Updating FindMPI 2021-03-01 14:02:29 -05:00
Rex Zhe Li
9c04320276 fix error where parameter is used before being loaded 2021-02-26 01:18:21 -05:00
Rex Zhe Li
1a393ab266 fix typo and build pass 2021-02-25 21:25:29 -05:00
Rex Zhe Li
99f1d9b727 add a test routine for mixed gradient 2021-02-25 20:30:48 -05:00
Mark Berrill
991350500f Updating manual configuration of MPI 2021-02-25 11:38:45 -05:00
James McClure
a0b42380a4 fixed wide halo bug 2021-02-21 23:56:10 -05:00
Rex Zhe Li
aba83e5829 Merge branch 'FOM_dev' of github.com:JamesEMcClure/LBPM-WIA into FOM_dev 2021-02-15 18:33:15 -05:00