functioninverseXRegularized
Function that approximates 1/x by a twice continuously differentiable function
Extends from Icons.Function.
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
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | x | Abscissa value | |
| Real | delta | Abscissa value below which approximation occurs |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Function value |