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 <[email protected]>
---
 deco.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deco.c b/deco.c
index 15c61d2..80c0e61 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,
-- 
2.4.3

_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to