.TAeZoSysPro.Media.Air.MoistAir.Utilities.smoothMax

Information

An implementation of Kreisselmeier Steinhauser smooth maximum

Interface

function smoothMax
  extends Modelica.Icons.Function;
  import Modelica.Math;
  input Real x1 "First argument of smooth max operator";
  input Real x2 "Second argument of smooth max operator";
  input Real dx "Approximate difference between x1 and x2, below which regularization starts";
  output Real y "Result of smooth max operator";
end smoothMax;

Generated at 2024-10-21T18:25:38Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos