.TRANSFORM.Math.smoothMax_splice

Once continuously differentiable approximation to the maximum function using splice

Information

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

Note that the maximum need not be respected.


Adapted from Buildings Library

Interface

function smoothMax_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 smoothMax_splice;

Generated at 2025-04-01T18:24:36Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos