functionpartialScalarFunction

Interface for a function with one input and one output Real signal

Extends from Modelica.Icons.Function (Icon for functions).

Information

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.

Inputs

TypeNameDefaultDescription
RealuIndependent variable

Outputs

TypeNameDefaultDescription
RealyDependent variable y=f(u)