Commit Graph

1901 Commits

Author SHA1 Message Date
James E McClure
becd898547 Fixed BC bug 2017-11-20 22:19:45 -05:00
James E McClure
4f8c127221 debugging flux bc 2017-11-19 15:14:28 -05:00
James E McClure
5dec66915e debugging BC 2017-11-19 14:53:59 -05:00
James E McClure
6795ca86b4 fixing flux BC z 2017-11-19 14:21:46 -05:00
James E McClure
44cd6abe1d Fixing flux BC z 2017-11-19 14:18:15 -05:00
James E McClure
ec4fb32c5e Mask out halo in Flux BC z 2017-11-19 14:12:43 -05:00
James E McClure
adc8c5f921 Don't compute in teh halo lbpm_color_macro_simulator 2017-11-19 11:35:55 -05:00
James E McClure
23bc7e3cfa Merge branch 'master' of https://github.com/JamesEMcClure/LBPM-WIA 2017-11-19 10:37:16 -05:00
James E McClure
c8da1cbade Updating BC4 for lbpm_color_macro_simulator 2017-11-19 10:36:44 -05:00
James E McClure
13dbdaa5ab Tweak initial condition for Juanes bench 2017-11-18 15:26:11 -05:00
James E McClure
de14240630 fixed bug in Micromodel example 2017-11-18 15:23:25 -05:00
James E McClure
9fbddc1d8d Updated micromodel example 2017-11-17 10:52:23 -05:00
James E McClure
1d12e24381 Forgot to change flux BC in teh main loop (oops) 2017-11-16 14:41:31 -05:00
James E McClure
ce78243418 Flux BC now sets flux at inlet, pressure at outlet 2017-11-16 14:28:32 -05:00
Rex Zhe Li
e5eb89b3c5 fix a typo in color simulator - my apologies 2017-11-03 18:34:16 +11:00
Rex Zhe Li
c5336030ef change the output data format for the body force, just in case that a very small body force is used and it cannot be properly displayed 2017-11-01 17:20:23 +11:00
Rex Zhe Li
deeba9d8e9 print out the input flux and corresponding calculated din and dout for the initial condition 2017-11-01 14:11:35 +11:00
Rex Zhe Li
e74bf669ac for macro color simulator: fix a little bug when initialising the dynamic pressure boundary condition 2017-10-31 12:20:19 +11:00
Rex Zhe Li
c4e9ac79c3 fix a little bug when initializing the dynamic pressure boundary condition 2017-10-31 11:27:02 +11:00
James E McClure
cc10c0c46e Updated ink bottle example to support two different tube radii 2017-10-13 13:52:00 -04:00
James E McClure
d6bbd7e6c3 Updated descktop confgiure script to use visit silo version 2017-10-05 16:06:44 -04:00
James E McClure
ed80b6b81a Updated lbpm_color_macro_simulator to perform run_analysis() routines 2017-10-05 16:05:55 -04:00
James E McClure
8d9fefc3a7 Merge branch 'master' of https://github.com/JamesEMcClure/LBPM-WIA 2017-10-05 10:00:41 -04:00
James E McClure
f5a21fac79 Updates to pre-processors (from OLCF systems) 2017-10-05 10:00:12 -04:00
James E McClure
398a93f2d5 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2017-10-05 09:54:22 -04:00
James E McClure
128de9a534 Fixed bug in TEstFluxBC for 2nd time 2017-10-05 09:54:13 -04:00
James E McClure
2f25ec04f0 Merge branch 'master' of https://github.com/JamesEMcClure/LBPM-WIA 2017-10-02 15:48:04 -04:00
James E McClure
f1726b502a Fixed possible issues with lesser used BC in color simulators 2017-10-02 15:45:51 -04:00
Mark Berrill
f4e0aca1c3 Fixing TestBubble and some memory leaks 2017-10-02 10:07:06 -04:00
James E McClure
e72a7c81c2 Using global average density in Flux BC for lbpm_color_macro_simulaotr 2017-10-01 15:20:37 -04:00
James E McClure
a773168645 Fixed bug in flux BC for lbpm_color_macro_simulator 2017-10-01 15:03:10 -04:00
James E McClure
ea97a08990 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2017-10-01 13:21:14 -04:00
James E McClure
1d4b720e70 Flux BC not properly activated in lbpm_color_macro_simulaotr.cpp 2017-10-01 13:20:11 -04:00
James E McClure
54b8a6bf0a Added atomicadd for double needed on Titan (can be reverted for later GPU) 2017-10-01 12:06:36 -04:00
James E McClure
0b77f9b027 Updated InkBottle example with different input files 2017-10-01 11:47:49 -04:00
James E McClure
43112e299a Fixed issues with broken build 2017-10-01 11:46:22 -04:00
James E McClure
20cdfcd49c updated ink botle case (works) 2017-10-01 09:21:28 -04:00
James E McClure
5e6afe37bf Added ink bottle example 2017-09-30 16:18:20 -04:00
James E McClure
480ea07864 Added ink bottle preprocessor 2017-09-30 16:10:56 -04:00
James E McClure
bdb7e79484 Fixed bug in example/Juanes/GenerateCases.sh 2017-09-30 15:05:08 -04:00
James E McClure
d0c7bb435a Added script to generate input data for Juanes benchmark 2017-09-30 14:33:29 -04:00
Rex Zhe Li
1ab68aa60c finish the function for segmenting the floating phase field data. The segmented phase field has 0: solid; 1: non-wetting phase; and 2: wetting phase. 2017-09-26 17:29:49 +10:00
Rex Zhe Li
d50b965d81 add a few handy python scripts for pre/post-processing purposes 2017-09-24 14:13:22 +10:00
James E McClure
be59b70139 Added atomicAdd double routine for pre-CUda 8 on Titan 2017-09-18 06:13:12 -04:00
James E McClure
7ae276c10a Added TestFluxBC 2017-09-18 05:59:33 -04:00
James E McClure
d102150942 Added flux BC to LBPM-WIA 2017-09-18 05:55:34 -04:00
James E McClure
f937e4afda Added flux BC as option to lbpm_color_macro_simulator 2017-09-18 05:36:05 -04:00
cpf
4964f466ef Merge branch 'master' of https://github.com/JamesEMcClure/LBPM-WIA 2017-09-15 10:02:50 -04:00
cpf
01249fd7f9 Adding a nonnewtonian example and test 2017-09-15 10:02:04 -04:00
Mark Berrill
182a661fdf Fixing some compile warnings 2017-09-14 08:40:35 -04:00