NAME

Tissue - Models a Tissue for decompression calculations

SYNOPSIS

use Deco::Tissue;
my $tissue = new Deco::Tissue( halftime => 5, m0 => 1.52);

DESCRIPTION

This module can be used to mimick the behaviour of a theoretical body tissue when Scuba Diving with air or nitrox. It will model a hypothetical body tissue in a Haldanian fashion. The 2 parameters that determine the tissue behaviour are the halftime T (in minutes) and the surfacing maximum Tissue tension M0 ( in bar ).

METHODS

$tissue->info()

Returns a string with information about initial settings and current state of the tissue

EXPORT

None by default.

SEE ALSO

In the docs directory you will find an extensive treatment of decompression theory in the file Deco.pdf. A lot of it has been copied from the www.deepocean.net website.

AUTHOR

Jaap Voets, <voets@blinck.net>

COPYRIGHT AND LICENSE

Copyright (C) 2006 by Jaap Voets

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.