summaryrefslogtreecommitdiffstats
path: root/deco.c
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2015-08-19 00:06:39 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-18 09:18:18 -0700
commit953470d945ffd3a8c196e1649d1ea025c4775c22 (patch)
treeef324d272323dea8ad248875970f952981aaa4b7 /deco.c
parent72806e42bc23ab7c7f2a639a1efee017388b53bc (diff)
downloadsubsurface-953470d945ffd3a8c196e1649d1ea025c4775c22.tar.gz
VPM-B: Update critical_volume_lambda
The default value for critical_volume_lambda is 6500 fsw.min (= 199.58 bar.min) for VPM-B, rather than 7500 fsw.min (= 230.284 bar.min) for VPM. This is consistent with V-Planner, MultiDeco, GUE DecoPlanner, HLPlanner and the comments in the Fortran code explanation. Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'deco.c')
-rw-r--r--deco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deco.c b/deco.c
index 3c7b9c1d7..83c94db40 100644
--- a/deco.c
+++ b/deco.c
@@ -57,7 +57,7 @@ struct vpmb_config {
struct vpmb_config vpmb_config = {
.crit_radius_N2 = 0.55,
.crit_radius_He = 0.45,
- .crit_volume_lambda = 230.284,
+ .crit_volume_lambda = 199.58,
.gradient_of_imperm = 8.2,
.surface_tension_gamma = 0.179,
.skin_compression_gammaC = 2.57,