netxsimdg
|
The interface class for calculation of the freezing point of seawater. More...
#include <IFreezingPoint.hpp>
Public Member Functions | |
virtual double | operator() (double sss) const =0 |
A virtual function that calculates the freezing point of seawater. | |
The interface class for calculation of the freezing point of seawater.
Definition at line 14 of file IFreezingPoint.hpp.
|
pure virtual |
A virtual function that calculates the freezing point of seawater.
Freezing point in ˚C of water with the given salinity at standard pressure.
sss | Sea surface salinity [PSU] |
Implemented in Nextsim::LinearFreezing, and Nextsim::UnescoFreezing.