.TRANSFORM.Math.smoothMin_splice

Information

Once continuously differentiable approximation to the min(.,.) function.

Note that the minimum need not be respected.


Adapted from Buildings Library

Interface

function smoothMin_splice
  extends TRANSFORM.Icons.Function;
  input Real x1 "First argument";
  input Real x2 "Second argument";
  input Real dx "Width of transition interval";
  output Real y "Result";
end smoothMin_splice;

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos