Commit Graph

1238 Commits

Author SHA1 Message Date
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
40ca2aaef7 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-08-12 12:45:35 -04:00
James E McClure
91be524a23 Cleanup of analysis.cpp 2015-08-12 12:45:26 -04:00
James E McClure
ade7216fbf Edits to example/Piston/Piston.sh to set up case 2015-08-10 14:58:36 -04:00
James E McClure
9fe4ccf25b Added piston example to example/CmakeLIsts.txt 2015-08-10 14:48:54 -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
2f479e0718 Improving documentation for Piston displacement example (JFM article) 2015-08-10 14:03:28 -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
fca04fe4f3 Component lable delphi<1e-4 2015-08-08 21:02:19 -04:00
James E McClure
8c3ec59e92 average trJwn 2015-08-08 20:58:03 -04:00
James E McClure
041533618d average trJwn 2015-08-08 20:40:45 -04:00
James E McClure
77168788da both WP and NWP added trimmed curvature value 2015-08-08 20:34:20 -04:00
James E McClure
3e86ebce11 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-08-08 18:55:27 -04:00
James E McClure
5732b67794 Adding trimmed curvature to component averages 2015-08-08 18:55:17 -04:00
James E McClure
ff58b0b78d Adding trimmed curvature to component averages 2015-08-08 18:54:17 -04:00
James E McClure
2926101474 Adding trimmed curvature to component averages 2015-08-08 18:53:22 -04:00
James E McClure
94ae8af286 Using ComputeBlobIDs for the non-wetting phase features 2015-07-28 19:25:56 -04:00
Mark Berrill
9353d2cf6a Merge branch 'master' of https://github.com/JamesEMcClure/LBPM-WIA 2015-07-28 17:16:08 -04:00
Mark Berrill
1f93ef2535 Adding check for final blob id value 2015-07-28 17:15:44 -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
a02a25cdac Super confused 2015-07-26 11:18:46 -04:00
James E McClure
6eaa17b602 tests/ComponentLabel: printing out PhaseID 2015-07-26 10:47:21 -04:00
James E McClure
04d2184185 committing a small change 2015-07-26 10:38:59 -04:00
James E McClure
28901c83ca common/TwoPhase.h: Phase labeling from SDn 2015-07-26 10:26:10 -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
Mark Berrill
ac7e410cba Updating ctest script 2015-07-23 12:13:57 -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