Commit Graph

60 Commits

Author SHA1 Message Date
Mark Berrill
57156d16fc Fixing build issue 2020-02-05 07:35:13 -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 E McClure
7f001a7b44 Color BC use map for Phi 2018-09-15 17:38:18 -04:00
James E McClure
b04120e8f0 fix phase field init 2018-09-04 21:51:35 -04:00
James E McClure
50f26adcca fix phase field init 2018-09-04 21:40:44 -04:00
James E McClure
11252ecb38 better phase field init 2018-09-04 21:34:00 -04:00
James E McClure
af35c194ab fixed bug in color init (small) 2018-09-04 20:31:40 -04:00
James E McClure
37541278c9 refactor color 2018-08-03 14:52:39 -04:00
James E McClure
8911435b10 getting ready to switch over to dfh as main color type simulator 2018-05-05 23:42:13 -04:00
James E McClure
5292033760 fixed bug in ScaLBL init function 2018-05-03 13:05:38 -04:00
James E McClure
b73bcf21f0 phase init 2018-04-30 15:04:03 -04:00
James E McClure
96d4a82cae Reverted to non-mass conserving color bc 2018-03-26 21:59:19 -04:00
James E McClure
820a64c4ca Enforcing mass conservation for opposing components in reservoir 2018-03-19 11:00:59 -04:00
James E McClure
5ce47ab205 Rewrote gpu and cpu with contents from ScaLBL (AA refactor) 2018-01-24 10:08:43 -05:00
Rex Zhe Li
def329a849 correct the signs of the loaded velocity profiles, because the velocity calculation function ScaLBL_D3Q19_Velocity() extracts the distribution functions from the opposite memory locations 2017-12-05 14:26:54 +11:00
James E McClure
f3c0cd3aea updated Color BC in gpu/Color.cu 2017-11-27 23:01:31 -05:00
James E McClure
ff31f21337 Compute velocity instead of momentum 2017-11-26 07:47:00 -05:00
James E McClure
53fbe986d6 Initial try at variable density 2017-11-25 15:17:20 -05:00
James E McClure
d102150942 Added flux BC to LBPM-WIA 2017-09-18 05:55:34 -04:00
zherexli
add17ab75a fix a little bug on linear interpolation of two viscosities according to the local phase field 2017-08-30 22:06:01 +10:00
James E McClure
4acd3efafb lbpm_color_macro_simulator allows for viscosity ratio not equal to one 2017-02-15 16:38:44 -05:00
James E McClure
6ce4e690e8 Updated GPU build with ScaLBL 2016-11-25 15:51:43 -05:00
James E McClure
bba9e52911 Refactored LBPM-WIA to make calls consistent with ScaLBL library conventions 2016-11-24 11:26:51 -05:00
James E McClure
0815951952 refactoring scaLBL names for cpu/*cpp and gpu/*cu 2016-11-23 17:03:12 -05:00
James E McClure
b9b4301eac Setting layer for the velocity boundary condition -- mass part will bounce back 2015-07-19 12:08:40 -04:00
James E McClure
5299fd64ea confused 2015-07-04 16:34:39 -04:00
James E McClure
9f2840ccdc gpu interfaces not moving :/ 2015-07-04 14:23:47 -04:00
James E McClure
465853410b Fixed bug in gpu/Color.cu 2015-07-04 13:55:40 -04:00
James E McClure
d6cf96f24c Finished refactoring MassColorCollideD3Q7 2015-07-04 09:55:50 -04:00
James McClure
16aa6838cc Trying to resolve difference between solution of CPU and GPU color model 2015-07-03 18:44:55 -04:00
James E McClure
db1f96cdf1 Cleaning up Color.cu 2015-06-30 17:50:02 -04:00
James E McClure
ade1e8fb69 Cleaning up Color/D3Q7 .cu/.cpp 2015-06-30 15:35:55 -04:00
James E McClure
08e14cc261 Cleaning up Color.cu/.cpp 2015-06-30 15:12:56 -04:00
James E McClure
cf914bcc26 Updated gpu/Color.cu so that nan cannot be produced from the color gradient calculation 2015-06-27 09:54:58 -04:00
James E McClure
92bcc74586 Storing the velocity instead of momentum ColorCollideOpt (Color.cu) 2015-06-27 08:54:43 -04:00
James McClure
68a59e8ea3 nearly workinh version on hokiespeed (wp avg is nan) 2015-06-26 19:44:45 -04:00
James E McClure
18222bea09 Trying desperate stuff 2015-06-26 18:52:18 -04:00
James E McClure
8b79799591 dbg 2015-06-26 18:02:17 -04:00
James E McClure
0027af9a97 dbg 2015-06-26 17:19:23 -04:00
James E McClure
e0863fb8cf dbugging 2015-06-26 14:46:06 -04:00
James E McClure
0ac3505238 refactor d3q7 collision for swap 2015-06-26 13:12:57 -04:00
James E McClure
357133fe29 Debugging TestMassConservationD3Q7 2015-06-24 20:02:16 -04:00
James E McClure
38c4c65fe1 Refactoring MassColorCollideD3Q7 (cpu/gpu) 2015-06-24 19:16:32 -04:00
James E McClure
de02f8c25a Refactoring MassColorCollideD3Q7 (cpu/gpu) 2015-06-24 19:15:43 -04:00
James E McClure
e057e0923a Refactoring MassColorCollideD3Q7 (cpu/gpu) 2015-06-24 19:14:36 -04:00
James E McClure
f96e8b8a5c Refactoring MassColorCollideD3Q7 (cpu/gpu) 2015-06-24 19:11:50 -04:00
James E McClure
fe07dfc2ad Refactoring gpu/Color.cu: MassColorCollideD3Q7 2015-06-24 18:21:17 -04:00
James E McClure
2e4822385a Refactoring MassColorCollideD3Q7 (cpu/gpu) 2015-06-24 18:17:31 -04:00
James E McClure
d28d4c7377 Adding permeability simulator 2015-06-15 21:37:07 -04:00