Commit Graph

98 Commits

Author SHA1 Message Date
James McClure
ce545ef2dd Corrected sauter mean diameter 2014-03-19 20:29:36 -04:00
James McClure
25cecfa9aa Corrected sauter mean diameter 2014-03-19 20:19:20 -04:00
James McClure
5b3c2c416f Corrected sauter mean diameter 2014-03-19 20:04:00 -04:00
James McClure
7da69bc246 Merge branch 'cmake' of github.com:JamesEMcClure/LBPM-WIA into cmake 2014-03-19 19:31:53 -04:00
James McClure
a95ba59791 Updated example/Sph1896 2014-03-19 19:31:34 -04:00
James McClure
d43846cc1f Tweaked equilibrium moments for gpu/Color.cu 2014-03-19 19:14:51 -04:00
James McClure
f198809484 re-test CPU version for pressure BC in porous media 2014-03-19 19:10:55 -04:00
James McClure
0bee33dfb0 fixed a bug where all ranks were set = 0 2014-03-19 17:10:48 -04:00
James McClure
c205710777 Tweaked equilibrium moment coefficients in Color.cpp 2014-03-19 16:24:56 -04:00
James McClure
9685b3a714 Made CPU and GPU build from the same version of lb2_Color_wia_mpi.cpp 2014-03-19 15:49:06 -04:00
Mark Berrill
d8427491c1 Adding some sample build scripts 2014-03-19 15:26:11 -04:00
Mark Berrill
cb302f0bee Change to ctest script 2014-03-19 14:46:20 -04:00
James E McClure
1bdd7b3897 refactored tests/cpu/lb2_Color_wia_mpi.cpp 2014-03-19 09:33:09 -04:00
James E McClure
78a2c7a7f2 Refactored cpu/Extras.cpp 2014-03-19 09:31:37 -04:00
James E McClure
4e9d651d6d refactored TestBubble.cpp (fixed) 2014-03-19 09:27:47 -04:00
James E McClure
c3bfaddc37 refactored TestBubble.cpp 2014-03-19 09:26:34 -04:00
James E McClure
05bbbd3e5d Refactored cpu branch 2014-03-19 09:22:50 -04:00
James E McClure
d9e42aa064 Refactored lb2_Color_wia_mpi.cpp 2014-03-19 09:14:26 -04:00
James E McClure
12a869aabd Refactored Color.cu / Color.h for gpu build 2014-03-19 09:09:05 -04:00
James E McClure
595765881a Refactored D3Q19.cu / D3Q19.h for gpu build 2014-03-19 09:08:39 -04:00
James E McClure
7f68548125 Refactored Extras.cu / Extras.h for gpu build 2014-03-19 09:07:50 -04:00
James E McClure
556c06738a refactored D3Q7.cu /D3Q7.h to match CPU calls 2014-03-18 11:56:36 -04:00
James E McClure
4a6c0c5d06 m 2014-03-18 11:55:10 -04:00
James McClure
c7be3800c6 Re-factoring gpu code to match cpu version 2014-03-17 10:14:46 -04:00
James McClure
af94559c0a Non-dimensional specific areas and common line length now added. Sauter mean diameter computed from sphere packing. 2014-03-16 17:52:09 -04:00
James McClure
3c22a1102f Finished removing S from cpu branch 2014-03-11 16:22:59 -04:00
James McClure
5eeb48fc16 removed S from TestBubble.cpp 2014-03-11 16:13:19 -04:00
James McClure
0d846afc4f Eliminating number of sweeps - forgot to remove S 2014-03-11 16:06:54 -04:00
James McClure
69d1e45c4f Removed the number of sweeps S from cpu code 2014-03-11 15:55:39 -04:00
James McClure
e27014c1bf Fixed issue with pressure BC 2014-03-06 15:47:16 -05:00
James McClure
10ea901f90 Merge branch 'cmake' of github.com:JamesEMcClure/LBPM-WIA into cmake 2014-03-06 12:50:37 -05:00
James McClure
81764dfd3f Validated Bubble Test 2014-03-06 12:50:13 -05:00
Mark Berrill
0ca2d65713 Adding titan to ctest script 2014-03-06 11:32:28 -05:00
Mark Berrill
03345a3289 Fixing some ctest warnings 2014-03-06 10:13:38 -05:00
Mark A. Berrill
7f80b2d6f2 Merge branch 'cmake' of https://github.com/JamesEMcClure/LBPM-WIA into cmake 2014-03-05 17:04:42 -05:00
Mark A. Berrill
9d874fe9c1 Adding ctest script for nightly testing 2014-03-05 17:04:24 -05:00
James McClure
384edd7f58 Added bubble test to examples 2014-03-05 16:02:54 -05:00
James McClure
106e2dd110 Added the bubble test 2014-03-05 16:00:43 -05:00
James McClure
7b9361648e Updated solid boundary condition for contact angle 2014-03-05 10:44:27 -05:00
James McClure
387fff0a0c Added sample script for BlueRidge 2014-02-24 12:46:40 -05:00
James E McClure
0e995e49b4 Corrected number of spheres to print out in ReadSpherePacking 2014-02-24 12:35:31 -05:00
Mark Berrill
36be44b840 Fixing minor bug from my last commit 2014-02-21 15:36:05 -05:00
Mark Berrill
06edcf338f Adding error handling 2014-02-21 15:08:49 -05:00
James McClure
c2e591fac9 Updated D3Q7 lattice functions 2014-02-21 10:39:01 -05:00
James McClure
8f466a37b5 Moved pressure BC out of lb2_Color_wia_mpi.cpp and into libraries 2014-02-20 19:58:45 -05:00
James McClure
28e145a9bc Small fix 2014-02-14 10:16:58 -05:00
James McClure
35406aa638 Cleaned up revised communcation 2014-02-14 09:31:09 -05:00
James McClure
8f64568c6d Updated communication and added pressure BC 2014-02-13 22:57:44 -05:00
James McClure
b90e0f1011 Merge branch 'cmake' of github.com:JamesEMcClure/LBPM-WIA into cmake 2014-02-10 16:10:01 -05:00
James McClure
e0381f28fc Added unit test for D3Q19 MPI communication 2014-02-10 16:05:04 -05:00