mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
VPM-B: Add surface decompression time.
Now, we calculate the volume of free gas not only based on the deco time but also time on the surface, needed for the full desaturation. Signed-off-by: Jan Darowski <jan.darowski@gmail.com>
This commit is contained in:
parent
c0fde4f50f
commit
499ec9af2f
3 changed files with 24 additions and 4 deletions
2
dive.h
2
dive.h
|
@ -800,7 +800,7 @@ extern void cache_deco_state(double, char **datap);
|
|||
extern double restore_deco_state(char *data);
|
||||
extern void nuclear_regeneration(double time);
|
||||
extern void vpmb_start_gradient();
|
||||
extern void vpmb_next_gradient(double deco_time);
|
||||
extern void vpmb_next_gradient(double deco_time, double surface_pressure);
|
||||
extern bool is_vpmb_ok(double pressure);
|
||||
extern void boyles_law(double first_stop_pressure, double next_stop_pressure);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue