tausim

Occurrence

optional, single

Attributes

Description

Inside <tausim> specific information concerning the dive simulation program Tausim by Kai Schröder is put into brackets. At time (Tausim v0.99) the following elements are used:

  • internal parameters for the displaying of the dive profile: <pres>, <timeinc>, <depthinc>, <durdep>, <nstatic>, <rls>

  • information concerning the decompression model used:

    • <decomodel> — at time the only keyword used is ZH-L16

    • <buehl> — indicates the version:

      • ,,3`` — original version

      • ,,4`` — version for deco tables

      • ,,5`` — version for use in dive computers

    • <tissues> — number of tissues taken into account, normally 16 tissues. For each of these tissues the saturation pressure at beginning of dive is listed in the follwing <ip> statements.

    • <ip> — Saturation of a tissue (compartment) at beginning of dive. As many <ip> statements appear as is given within the <tissues> statement before. The first statement indicates the saturation of the fastest, the last statement indicates the saturation of the slowest tissue. All saturation values are given in the SI unit Pascal.

Parent Elements

<applicationdata>

Child Elements

see description above

See Also

<decotrainer>, <hargikas>, <heinrichsweikamp>, <tautabu>

Examples

<dive>
    <!-- previous statements -->
    ...
    <applicationdata>
        <tausim>
            <pres>4000000.0</pres>
            <timeinc>5</timeinc>
            <depthinc>5</depthinc>
            <durdep>0</durdep>
            <nstatic>7</nstatic>
            <rls>50</rls>
            <decomodel>ZH-L16</decomodel>
            <buehl>5</buehl>
            <tissues>16</tissues>
            <ip>75073.70000</ip>
            <ip>75073.70000</ip>
            <ip>75073.70000</ip>
            <ip>75073.70000</ip>
            <ip>75073.70000</ip>
            <ip>75073.70000</ip>
            <ip>75073.70000</ip>
            <ip>75073.70000</ip>
            <ip>75073.70000</ip>
            <ip>75073.70000</ip>
            <ip>75073.70000</ip>
            <ip>75073.70000</ip>
            <ip>75073.70000</ip>
            <ip>75073.70000</ip>
            <ip>75073.70000</ip>
            <ip>75073.70000</ip>
        </tausim>
    </applicationdata>
    <samples>
        <!-- profile data  -->
    </samples>
</dive>