functionevaluatePoly3_derivativeAtZero
Evaluate polynomial of order 3 that passes the origin with a predefined derivative
Extends from Modelica.Icons.Function (Icon for functions).
Information
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | x | Value for which polynomial shall be evaluated | |
| Real | x1 | Abscissa value | |
| Real | y1 | y1=f(x1) | |
| Real | y1d | First derivative at y1 | |
| Real | y0d | First derivative at f(x=0) |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y |