Deco - Module for simulating body tissue during a scuba dive


Deco documentation  | view source Contained in the Deco distribution.

Index


NAME

Top

Deco - Module for simulating body tissue during a scuba dive

SYNOPSIS

Top

  use Deco::Dive
  my $dive = Deco::Dive->new( model => 'haldane' );
  $dive->load_data_from_file( file => 'profile.txt' );
  $dive->gas( 'O2' => 40, 'N2' => 60);	
  $dive->simulate();

DESCRIPTION

Top

The Deco package itself does not do anything useful, it only serves as the root of the other packages. You will want to look into the Deco::Dive module as that is the one to be using directly in your own scripts.

EXPORT

None by default.

SEE ALSO

Top

An extensive treatment of the Haldane decompression theory is prodived in the Deco.pdf document which can be found in the docs directory.

AUTHOR

Top

Jaap Voets, <narked@xperience-automatisering.nl>

COPYRIGHT AND LICENSE

Top


Deco documentation  | view source Contained in the Deco distribution.