.TransiEnt.Basics.Functions.inverseXRegularized

Information

1. Purpose of model

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.

2. Level of detail, physical effects considered, and physical insight

(Purely technical component without physical modeling.)

3. Limits of validity

(Purely technical component without physical modeling.)

4. Interfaces

(no remarks)

5. Nomenclature

(no elements)

6. Governing Equations

(no equations)

7. Remarks for Usage

(no remarks)

8. Validation

(no validation or testing necessary)

9. References

(no remarks)

10. Version History

Added by Sascha Guddusch (guddusch@tuhh.de), May 2016

Revised by Lisa Andresen (andresen@tuhh.de), Jun 2016

Interface

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;

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