Goby3  3.1.4
2024.02.22
pressure.h File Reference
#include <cmath>
#include "goby/util/constants.h"

Go to the source code of this file.

Namespaces

 goby
 The global namespace for the Goby project.
 
 goby::util
 
 goby::util::seawater
 

Functions

template<typename DepthUnit = boost::units::si::length, typename LatitudeUnit = boost::units::degree::plane_angle>
boost::units::quantity< decltype(boost::units::si::deci *bar)> goby::util::seawater::pressure (boost::units::quantity< DepthUnit > depth, boost::units::quantity< LatitudeUnit > latitude)
 Calculates pressure from depth and latitude. More...