comparison Discovery/Inc/tStructure.h @ 902:d4622533271d Evo_2_23 tip

VPM table mode: Because of the model maths, usage of float data type and so on it may happen that the TTS decreases during ascent and continues calculation of the vpm. To keep the values stable the vpm table mode has been introduces. Instead of continously calculation of the stops the stop time is decreased if the diver is close to a deco stop. If the table is violated (e.g. by not doing gas change) the table will be updated to the new, longer runtime. The table will not be switch back to a shorter version in case e.g. the missed gas change is performed
author Ideenmodellierer
date Wed, 02 Oct 2024 22:18:19 +0200
parents 608d3e918146
children
comparison
equal deleted inserted replaced
901:e4e9acfde839 902:d4622533271d
251 251
252 /* PAGE 6 */ 252 /* PAGE 6 */
253 #define StMDECOP _MB(2,6,0,0,0) 253 #define StMDECOP _MB(2,6,0,0,0)
254 254
255 #define StMDECOP1_Algorithm _MB(2,6,1,1,0) 255 #define StMDECOP1_Algorithm _MB(2,6,1,1,0)
256 #define StMDECOP2_VPM _MB(2,6,2,1,0) 256 #define StMDECOP2_VPM _MB(2,6,2,1,0)
257 #define StMDECOP3_GF _MB(2,6,3,1,0) 257 #define StMDECOP3_GF _MB(2,6,3,1,0)
258 #define StMDECOP4_AltGF _MB(2,6,4,1,0) 258 #define StMDECOP4_AltGF _MB(2,6,4,1,0)
259 #define StMDECOP5_LASTSTOP _MB(2,6,5,1,0) 259 #define StMDECOP5_LASTSTOP _MB(2,6,5,1,0)
260 #define StMDECOP6_VPMTable _MB(2,6,6,1,0)
260 261
261 #define StMDECOP7_ActiveGF _MB(2,6,7,1,0) 262 #define StMDECOP7_ActiveGF _MB(2,6,7,1,0)
262 #define StMDECOP8_ActiveVPM _MB(2,6,8,1,0) 263 #define StMDECOP8_ActiveVPM _MB(2,6,8,1,0)
263 #define StMDECOP9_ActiveAltGF _MB(2,6,9,1,0) 264 #define StMDECOP9_ActiveAltGF _MB(2,6,9,1,0)
264 265