Function is taken from the Buildings Library Version 2.10 (https://github.com/lbl-srg/modelica-buildings)
Function that approximates y=1 ⁄ x inside the interval -δ ≤ x ≤ δ. The approximation is twice continuously differentiable with a bounded derivative on the whole real line.
See the package Examples
for the graph.
(Purely technical component without physical modeling.)
(Purely technical component without physical modeling.)
(no remarks)
(no elements)
(no equations)
(no remarks)
(no validation or testing necessary)
(no remarks)
Added by Sascha Guddusch (guddusch@tuhh.de), May 2016
Revised by Lisa Andresen (andresen@tuhh.de), Jun 2016
function inverseXRegularized extends Icons.Function; input Real x "Abscissa value"; input Real delta(min = 0) "Abscissa value below which approximation occurs"; output Real y "Function value"; end inverseXRegularized;