|
Goby3 3.3.0
2025.07.10
|
Go to the source code of this file.
Namespaces | |
| namespace | goby |
| The global namespace for the Goby project. | |
| namespace | goby::util |
| namespace | 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. | |