5 return *p_IFreezingPoint;
7std::unique_ptr<Nextsim::IFreezingPoint> (*pf_IFreezingPoint)();
9std::unique_ptr<Nextsim::IFreezingPoint> ModuleLoader::getInstance()
const
11 return (*pf_IFreezingPoint)();
14std::unique_ptr<Nextsim::IFreezingPoint> newLinearFreezing()
19std::unique_ptr<Nextsim::IFreezingPoint> newUnescoFreezing()
The interface class for calculation of the freezing point of seawater.
The implementation class of the linear model of seawater freezing point.
The implementation class of the UNESCO model of the freezing point of.