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
11
namespace
Nextsim {
12
14
class
IFreezingPoint
{
15
public
:
16
virtual
~IFreezingPoint
() =
default
;
17
27
virtual
double
operator()
(
double
sss)
const
= 0;
28
};
29
}
30
#endif
/* SRC_INCLUDE_IFREEZINGPOINT_HPP_ */
Nextsim::IFreezingPoint
The interface class for calculation of the freezing point of seawater.
Definition
IFreezingPoint.hpp:14
Nextsim::IFreezingPoint::operator()
virtual double operator()(double sss) const =0
A virtual function that calculates the freezing point of seawater.
core
src
modules
include
IFreezingPoint.hpp
Generated by
1.12.0