8#ifndef SRC_INCLUDE_UNESCOFREEZING_HPP
9#define SRC_INCLUDE_UNESCOFREEZING_HPP
32 const double a0 = -0.0575;
33 const double a1 = +1.710523e-3;
34 const double a2 = -2.154996e-4;
35 const double b = -7.53e-4;
38 return sss * (a0 + a1 * std::sqrt(sss) + a2 * sss) + b * p0;
The interface class for calculation of the freezing point of seawater.
The implementation class of the UNESCO model of the freezing point of.
double operator()(double sss) const override
Calculates the freezing point of seawater.