Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
pressure.h File Reference
#include <cmath>
#include "goby/util/constants.h"

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.