Interfaces for functions
Interface definitions of functions. The main purpose is to use functions derived from these interface definitions as function arguments to a function, see, .e.g., Math.Nonlinear.Examples.
Extends from Modelica.Icons.InterfacesPackage (Icon for packages containing interfaces).
Name | Description |
---|---|
partialScalarFunction | Interface for a function with one input and one output Real signal |
Interface for a function with one input and one output Real signal
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.
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
u | Independent variable |
Name | Description |
---|---|
y | Dependent variable y=f(u) |