on air dive with Buhlmann (no GF) then supersat = 1.17 is proposed
Posted: 16 Mar 2020, 12:22
Matthias proposed to send this email to the forum so more people can react.
I calculated a profile according to Buhlmann (no GF yet) and it seems that the pressures in some compartments exceed the allowed pressure.
This is for a profile that is recommended (simulation-mode) by the OSTC plus computer. Also when I put the dive in Subsurface, it recommends a profile that is very similar to the OSTC computer.
So basically since both computers give very similar results which both result in pressures larger than allowed, I thought there may be an error on my side.
Thus I looked at the code (https://bitbucket.org/heinrichsweikamp/ ... /p2_deco.c). Only difference is that you do not integrate over a small delta-time, but use the p2sec table (with basically pre-integrated values between two seconds). When I use your method (which is much quicker than using a delta-t =0.1 seconds when integrating of course ) I get the same results.
Basically it is good that using the integral dp/dt = -log(2)/halftime*(p(t) – pamb) or -(p(t)-pamb)*e2sec give the same result. But the same results is still that pressures for some tissues become larger than allowed (super-saturation).
I made an example and described it in the added pdf document: It concerns a dive on air to 51 m, 12 min bottomtime, first deco-stop on 6 meter (5 min), second stop on 3 meter (6 min). No gas-switches.
Could you be so kind to help me, and calculate the pressures in the 16 compartments when just arrived at 6 meter and when arrived at 3 meter. Since I use your calculation-method I think the results should be the same.
I have the results and the complete code in an attached Word-file (code can be copied and saved as an m-file to be used in Matlab or Octave, since you program C you can read it ). Also my results (table) with tissue-pressure at these depths is shown. @6 meter than compartments 2,3 and 4 are supersaturated. @3 meter compartments 3,4 and 5 are supersaturated.
Since the code is quit simple (just calculate the tissue-pressures and plot them in graph with Buhlmann-curve) I am really puzzled .
Like to hear from you.
PS the supersaturation has also been calculated for the 3m stop and for tissue 4 it is 1.17 . More than allowed according to the Heinrich Weikamp SW.
I calculated a profile according to Buhlmann (no GF yet) and it seems that the pressures in some compartments exceed the allowed pressure.
This is for a profile that is recommended (simulation-mode) by the OSTC plus computer. Also when I put the dive in Subsurface, it recommends a profile that is very similar to the OSTC computer.
So basically since both computers give very similar results which both result in pressures larger than allowed, I thought there may be an error on my side.
Thus I looked at the code (https://bitbucket.org/heinrichsweikamp/ ... /p2_deco.c). Only difference is that you do not integrate over a small delta-time, but use the p2sec table (with basically pre-integrated values between two seconds). When I use your method (which is much quicker than using a delta-t =0.1 seconds when integrating of course ) I get the same results.
Basically it is good that using the integral dp/dt = -log(2)/halftime*(p(t) – pamb) or -(p(t)-pamb)*e2sec give the same result. But the same results is still that pressures for some tissues become larger than allowed (super-saturation).
I made an example and described it in the added pdf document: It concerns a dive on air to 51 m, 12 min bottomtime, first deco-stop on 6 meter (5 min), second stop on 3 meter (6 min). No gas-switches.
Could you be so kind to help me, and calculate the pressures in the 16 compartments when just arrived at 6 meter and when arrived at 3 meter. Since I use your calculation-method I think the results should be the same.
I have the results and the complete code in an attached Word-file (code can be copied and saved as an m-file to be used in Matlab or Octave, since you program C you can read it ). Also my results (table) with tissue-pressure at these depths is shown. @6 meter than compartments 2,3 and 4 are supersaturated. @3 meter compartments 3,4 and 5 are supersaturated.
Since the code is quit simple (just calculate the tissue-pressures and plot them in graph with Buhlmann-curve) I am really puzzled .
Like to hear from you.
PS the supersaturation has also been calculated for the 3m stop and for tissue 4 it is 1.17 . More than allowed according to the Heinrich Weikamp SW.