Commit Graph

775 Commits

Author SHA1 Message Date
James E McClure
dcc49452a3 Relying on the time labeled components for averaging 2015-08-18 21:40:51 -04:00
James E McClure
2750e7b3d9 uncommented blob averaging section of lbpm_color_simulator 2015-08-18 20:29:32 -04:00
Mark Berrill
f0ffbcb174 Fixing compile error with std::swap 2015-08-17 14:21:01 -04:00
Mark Berrill
767f7d9d2b Merging 2015-08-14 15:17:59 -04:00
Mark Berrill
97bff08872 Changing the algorithm when computing the local ids 2015-08-14 14:59:36 -04:00
James McClure
8031f86270 removed print statement 2015-08-13 10:32:42 -04:00
James McClure
465839c074 Fixed pressure bc in lbpm_color_simulator 2015-08-13 10:31:55 -04:00
James McClure
1248e790fd arg 2015-08-13 03:01:31 -04:00
James E McClure
f978ce4eb7 Fixed bug in pressure boundary conditions lbpm_color_simulator 2015-08-13 02:23:27 -04:00
James E McClure
f580de19c2 Refactor for lbpm_color_simulator (minor) 2015-08-12 19:13:09 -04:00
James E McClure
4c503b7c84 Tweaking lbpm_segmented_pp to find blobs with distance functions 2015-08-12 16:20:59 -04:00
James E McClure
475c64298c Tweaking lbpm_segmented_pp to find blobs with distance functions 2015-08-12 16:13:41 -04:00
James E McClure
e2db86f816 Added preprocessor for capillary tube case lbpm_captube_pp 2015-08-10 14:41:32 -04:00
James E McClure
570f67c4aa Piston test example 2015-08-10 14:37:57 -04:00
James E McClure
4a38a9631d Fixed bug in analysis.cpp 2015-08-10 11:20:13 -04:00
James E McClure
71c0b3cdc3 Fixed bug in analysis.cpp 2015-08-10 11:13:28 -04:00
James E McClure
d1fa260c6e added component averaging to lbpm_segmeented_pp 2015-08-10 10:17:59 -04:00
James E McClure
57183202ea added component averaging to lbpm_segmeented_pp 2015-08-10 10:05:13 -04:00
James E McClure
eeea58a317 Read all info from Restart.xxxxx and SignDist.xxxxx in tests/ComponentLabel 2015-07-28 12:12:46 -04:00
James E McClure
6eaa17b602 tests/ComponentLabel: printing out PhaseID 2015-07-26 10:47:21 -04:00
James E McClure
3212187343 common/TwoPhase.h: when averaging a system with external BC, do not compute the contribution from the inlet. tests/ComponenLabel.cpp: use the .LBM files instead of writing raw binary so that things can be visualized in VisIT 2015-07-26 08:30:56 -04:00
James E McClure
a7b655f811 nope -- velocity BC still goofy trying again 2015-07-23 15:49:29 -04:00
James E McClure
7e572d4936 nope -- velocity BC still goofy trying again 2015-07-23 15:44:59 -04:00
James E McClure
90cbc71a45 Found the (a) reason why the velocity BC were misbehaving 2015-07-23 15:31:11 -04:00
James E McClure
7a96d341d1 trying out components for visualization at scale 2015-07-21 20:40:09 -04:00
James E McClure
1be11617bc trying out components for visualization at scale 2015-07-21 20:24:33 -04:00
James E McClure
9062eb880b Being more sure 2015-07-21 19:15:51 -04:00
James E McClure
13fda1388d removed communications that aren't needed when external BC are set in lbpm_color_simulator, then fixed a typo 2015-07-21 16:54:04 -04:00
James E McClure
c2ec8729d2 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-07-21 16:51:08 -04:00
James E McClure
ed70df9b11 removed communications that aren't needed when external BC are set in lbpm_color_simulator 2015-07-21 16:50:42 -04:00
James E McClure
2c383a162f fixed bug -- lbpm_color_simulator builds with mesh writer for volumes 2015-07-20 17:41:36 -04:00
James E McClure
a6baf109dd Add mesh writer to lbpm_color_simulator 2015-07-20 17:36:06 -04:00
James E McClure
69aab048fe Add mesh writer to lbpm_color_simulator 2015-07-20 17:33:17 -04:00
James E McClure
63f8796dd4 Add mesh writer to lbpm_color_simulator 2015-07-20 17:29:09 -04:00
James E McClure
8dd25c8a23 Add mesh writer to lbpm_color_simulator 2015-07-20 17:23:36 -04:00
James E McClure
dd521d96da playing with velocity BC again -- color inlet condition seems to allow phase to enter / leave 2015-07-20 14:44:02 -04:00
James E McClure
bba6e5c33b Added call to TwoPhase::WriteSurfaces to lbpm_color_simulator so that surfaces are written at the end of simulation 2015-07-20 14:39:33 -04:00
James E McClure
8a165e942d UPdated velocity BC 2015-07-19 17:12:39 -04:00
James E McClure
abefa5e4f1 ComponentLabel get Phase from Restart file -- fixed density arry read convention 2015-07-19 14:51:32 -04:00
James E McClure
2b73811af5 ComponentLabel get Phase from Restart file 2015-07-19 14:40:40 -04: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
a4aa193d3b Added velocity BC as option for lbpm_color_simulator 2015-07-18 17:16:38 -04:00
Mark Berrill
a8733a3ac3 Improving stack trace, fixing compile error without MPI 2015-07-17 11:27:59 -04:00
Mark Berrill
a0a8b578e2 Cleaning up some code (merging duplicate functionallity into subfuction 2015-07-17 11:08:33 -04:00
Mark Berrill
f4a2f22f57 Adding initial code to map bubble ids between timesteps 2015-07-16 22:08:43 -04:00
James E McClure
5d86abf774 Set up to only write blobs if TRIMVOL is non-zero (basically, ignore tiny isolated features) 2015-07-15 16:24:25 -04:00
James E McClure
b589e6797e Refactor tests/ComponentLabel to use TwoPhase.h 2015-07-15 09:49:31 -04:00
James E McClure
95f06a7743 Refactor tests/ComponentLabel to use TwoPhase.h 2015-07-15 09:46:47 -04:00
James E McClure
284f28a869 Refactor tests/ComponentLabel to use TwoPhase.h 2015-07-15 09:43:14 -04:00
James E McClure
0ba840ba53 Refactor tests/ComponentLabel to use TwoPhase.h 2015-07-15 09:38:40 -04:00