Copyright © EDF 2002 - 2024
ThermoSysPro Version 4.1
function SmoothMin input Real x1; input Real x2; input Real alpha = 100; output Real y; end SmoothMin;