mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
72806e42bc
commit
953470d945
1 changed files with 1 additions and 1 deletions
2
deco.c
2
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue