functionfun3
y = p[1] + log(p[2]*u) - m*u
Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u (from partialScalarFunction) | Independent variable | |
| Real[2] | p | ||
| Real | m |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y (from partialScalarFunction) | Dependent variable y=f(u) |