Commit Graph

1872 Commits

Author SHA1 Message Date
James E McClure
a7175011ce Merge branch 'ScaLBL' of github.com:JamesEMcClure/LBPM-WIA into ScaLBL 2018-01-26 10:08:02 -05:00
James E McClure
8294daac85 MOved ScaLBL header 2018-01-26 09:51:41 -05:00
James E McClure
24d86edde7 Deprecating nspheres in Domain.in file 2018-01-26 09:48:04 -05:00
James E McClure
262622bf76 Refactoring color 2018-01-26 09:44:44 -05:00
James E McClure
19dce11106 bugfix in ScaLBL.h 2018-01-26 09:35:00 -05:00
James E McClure
fd17cb35f1 Refactoring interface to analysis routines 2018-01-26 09:29:48 -05:00
James E McClure
866499f585 re-factoring color simulator 2018-01-26 08:58:04 -05:00
James E McClure
c5477b9b39 Refactoring color simulator 2018-01-26 08:50:25 -05:00
James E McClure
bcd54408d2 Added a bunch of tests from ScaLBL 2018-01-24 16:41:40 -05:00
James E McClure
ec9d7b146f Added TestMap from ScaLBL 2018-01-24 16:24:36 -05:00
James E McClure
f9efe6a47b Fixed broken build for Eikonal stuff 2018-01-24 16:19:55 -05:00
James E McClure
38ceb73cfe Moved double precision Eikonal() function into eikonal.h / .hpp 2018-01-24 16:19:10 -05:00
James E McClure
2134e560d7 Added TestFluxBC from ScaLBL 2018-01-24 11:08:44 -05:00
James E McClure
092e59d7d2 Added ProfilerApp.h to TestWriter 2018-01-24 11:08:26 -05:00
James E McClure
d8154a3f1a Updating from master LBPM-WIA for some helper functions 2018-01-24 10:25:28 -05:00
James E McClure
06b31fce16 Recovering StackTrace tool from LBPM-WIA 2018-01-24 10:11:36 -05:00
James E McClure
5ce47ab205 Rewrote gpu and cpu with contents from ScaLBL (AA refactor) 2018-01-24 10:08:43 -05:00
James E McClure
db8a1bfba9 Over-wrote common/ with version from ScaLBL (AA model refactor) 2018-01-24 10:05:48 -05:00
James E McClure
282c296935 Moved non-ScaLBL headers from common to analysis 2018-01-24 10:01:29 -05:00
Rex Zhe Li
568535965f fix asymmetry due to D3Q7 receive function 2018-01-24 19:17:13 +11:00
James E McClure
44bb8588ec forgot to initialize i,j,k 2018-01-17 13:21:48 -05:00
James E McClure
e6905828d5 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2018-01-17 13:16:58 -05:00
James E McClure
e940bc68fb Fixed bug in iproc,jproc,kproc 2018-01-17 13:16:43 -05:00
James E McClure
1087e330e1 Updated D3Q19 flux bc 2018-01-13 09:54:19 -05:00
James E McClure
1ae6fa4313 Updated flux BC 2018-01-13 09:48:44 -05:00
James E McClure
f6409db196 Fixed merge conflict in D3Q19.xx 2018-01-13 09:43:20 -05:00
James E McClure
67a775d660 Fixed bug in pressure BC 2018-01-13 09:40:33 -05:00
Rex Zhe Li
2ccf644f61 add velocity calculation function for the initialisation - need this when reading from the Restart 2018-01-09 17:42:39 +11:00
James E McClure
bdd53e42b5 updatgin flux bcv 2017-12-21 09:35:15 -05:00
James E McClure
ca807e86aa UPdated TestFluxBC 2017-12-20 15:07:38 -05:00
James E McClure
8b8415a5c4 getting ready to merge RexFlux 2017-12-20 15:07:15 -05:00
James E McClure
149ec24251 fixed merge conflict 2017-12-20 15:06:35 -05:00
James E McClure
539dc0807c updating flux bc 2017-12-20 15:05:38 -05:00
Rex Zhe Li
0b2f116fb0 fix the inlet cross-sectional area calculations 2017-12-20 18:17:00 +11:00
James E McClure
a9dda36754 Re-factored flux BC - volumetric flux over boundary should be entered instead of the mean boundary velocity 2017-12-19 16:43:34 -05:00
James E McClure
f006d41a65 Using smaller dynamic viscosity in lbpm_nondarcy_simulator 2017-12-19 15:57:32 -05:00
James E McClure
f26b026570 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2017-12-19 13:00:38 -05:00
James E McClure
25c3b89abe re-factoring flux BC 2017-12-19 13:00:27 -05:00
Rex Zhe Li
94f256ec8b remove .swp files 2017-12-19 19:50:08 +11:00
James McClure
4c61778a9b Fixed bug in lbpm_segmented_decomp 2017-12-15 15:46:47 -05:00
James E McClure
bee3713349 remove .swp files 2017-12-06 12:33:32 -05:00
James E McClure
554bb89220 Updated git ignore to ignore .swp files 2017-12-06 12:32:46 -05:00
James E McClure
0dfc612a45 Merge branch 'master' of https://github.com/JamesEMcClure/LBPM-WIA 2017-12-06 12:30:53 -05:00
James E McClure
b674181b6a Added sample script for eos 2017-12-06 12:30:27 -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
Rex Zhe Li
48ec03362c Insert the velocity calculation function to update the velocity profiles after applying the boundary condition but before applying ScaLBL_Color_BC_z(Z) functions 2017-12-05 14:19:56 +11:00
James E McClure
8515d828ac Fixed bug in lbpm_segmented_decomp 2017-12-03 18:41:10 -05:00
James E McClure
51f913cf74 add PBS script for eos processing of Tiff files 2017-12-01 12:21:59 -05:00
James E McClure
1b8ceef7d8 Merge branch 'VariableDensity' 2017-12-01 11:50:27 -05:00
James E McClure
ff0dd164da Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2017-12-01 11:48:08 -05:00