netxsimdg
Loading...
Searching...
No Matches
IFreezingPoint.hpp
Go to the documentation of this file.
1
8#ifndef SRC_INCLUDE_IFREEZINGPOINT_HPP_
9#define SRC_INCLUDE_IFREEZINGPOINT_HPP_
10
11namespace Nextsim {
12
15public:
16 virtual ~IFreezingPoint() = default;
17
27 virtual double operator()(double sss) const = 0;
28};
29}
30#endif /* SRC_INCLUDE_IFREEZINGPOINT_HPP_ */
The interface class for calculation of the freezing point of seawater.
virtual double operator()(double sss) const =0
A virtual function that calculates the freezing point of seawater.