buhlmann_zhl16 0.1.1 copy "buhlmann_zhl16: ^0.1.1" to clipboard
buhlmann_zhl16: ^0.1.1 copied to clipboard

Bühlmann ZHL-16 tissue model utilities (nitrogen-only for now) for dive planning.

buhlmann_zhl16 #

Nitrogen-only Bühlmann ZHL-16B tissue model utilities for dive planning.

Features #

  • ZHL-16B N2 compartments
  • Square segments (constant depth for duration)
  • No ascent/descent (Schreiner) yet
  • No ceilings / gradient factors / deco schedule yet

Usage #

import 'package:buhlmann_zhl16/buhlmann_zhl16.dart';

void main() {
  final segs = [
    const SquareSegment(depthMeters: 30, durationMinutes: 20),
    const SquareSegment(depthMeters: 10, durationMinutes: 10),
  ];

  final model = Zhl16bN2.runSquareProfile(segs);
  print(model.maxPn2());
}
0
likes
0
points
398
downloads

Publisher

unverified uploader

Weekly Downloads

Bühlmann ZHL-16 tissue model utilities (nitrogen-only for now) for dive planning.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on buhlmann_zhl16