WOLFRAM SYSTEM MODELER
regRoot2_utilityInterpolating with two 3-order polynomials with a prescribed derivative at x=0 |
|

SystemModel["Modelica.Fluid.Utilities.regRoot2.regRoot2_utility"]

| x |
Type: Real |
|---|---|
| x1 |
Type: Real Description: Approximation of function abs(x) < x1 |
| k1 |
Type: Real Description: y = if x>=0 then sqrt(k1*x) else -sqrt(k2*|x|); k1 >= k2 |
| k2 |
Type: Real Description: y = if x>=0 then sqrt(k1*x) else -sqrt(k2*|x|)) |
| use_yd0 |
Type: Boolean Description: = true, if yd0 shall be used |
| yd0 |
Type: Real Description: Desired derivative at x=0: dy/dx = yd0 |
| y |
Type: Real |
|---|