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>
This commit is contained in:
Rick Walsh 2015-08-19 00:06:39 +10:00 committed by Dirk Hohndel
parent 72806e42bc
commit 953470d945

2
deco.c
View file

@ -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,