netxsimdg
Loading...
Searching...
No Matches
Nextsim::IFreezingPoint Class Referenceabstract

The interface class for calculation of the freezing point of seawater. More...

#include <IFreezingPoint.hpp>

Inheritance diagram for Nextsim::IFreezingPoint:
Inheritance graph
Collaboration diagram for Nextsim::IFreezingPoint:
Collaboration graph

Public Member Functions

virtual double operator() (double sss) const =0
 A virtual function that calculates the freezing point of seawater.
 

Detailed Description

The interface class for calculation of the freezing point of seawater.

Definition at line 14 of file IFreezingPoint.hpp.

Member Function Documentation

◆ operator()()

virtual double Nextsim::IFreezingPoint::operator() ( double sss) const
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.

Parameters
sssSea surface salinity [PSU]

Implemented in Nextsim::LinearFreezing, and Nextsim::UnescoFreezing.


The documentation for this class was generated from the following file: