From 953470d945ffd3a8c196e1649d1ea025c4775c22 Mon Sep 17 00:00:00 2001 From: Rick Walsh Date: Wed, 19 Aug 2015 00:06:39 +1000 Subject: 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 Signed-off-by: Dirk Hohndel --- deco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3-70-g09d2