vpm

Occurrence

optional, multiple

Attributes

id=unique identifier of this parameter set for the Varying Permeability Model — compulsory

Description

The element <vpm> describes the parameter set for a Varying Permeability Model (VPM) (see D.E. Yount, D.C. Hoffman, On the Use of a Bubble Formation Model to Calculate Diving Tables, Aviation, Space and Environmental Medicine, February 1986). Several <vpm> sections may appear inside <decomodel> so that different parameter sets can be used with the model.

Parent Elements

<decomodel>

Child Elements

<conservatism>, <gamma>, <gc>, <lambda>, <r0>, <tissue>

See Also

<buehlmann>, <rgbm>

Examples

(see also <decomodel>)

<decomodel>
    <!-- decompression model VPM-B -->
    <vpm id="vpm-b">
        <conservatism>0.42</conservatism>
        <gamma>0.0179</gamma>
        <gc>0.257</gc>
        <lambda>367431.06061</lambda>
        <r0>1.0e-6</r0>
        <tissue gas="n2" number="8" halflife="4620.0" a="0.4" b="0.891"/>
   </vpm>
</decomodel>