partialScalarFunctionInterface for a function with one input and one output Real signal |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This partial function defines the interface of a function with one input and one output Real signal. The scalar functions of Modelica.Math.Nonlinear are derived from this base type by inheritance. This allows to use these functions directly as function arguments to a function, see, .e.g., Math.Nonlinear.Examples.
u |
Type: Real Description: Independent variable |
---|
y |
Type: Real Description: Dependent variable y=f(u) |
---|
Modelica.Math.Nonlinear.Examples.UtilityFunctions y = A*sin(w*u) |
|
Modelica.Math.Nonlinear.Examples.UtilityFunctions y = sqrt(1/(1 - k^2*sin(u)^2)) |
|
Modelica.Math.Nonlinear.Examples.UtilityFunctions y = sin(w*u) |
|
Modelica.Math.Nonlinear.Examples.UtilityFunctions y = sin(u) |
|
Modelica.Math.Nonlinear.Examples.UtilityFunctions y = p[1] + log(p[2]*u) - m*u |
|
Modelica.Math.Nonlinear.Examples.UtilityFunctions y = 3*u - sin(w*u) - 1 |
|
Modelica.Math.Nonlinear.Examples.UtilityFunctions y = u^2 - 1 |
|
Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine Define sine as non-linear equation to be solved |