WOLFRAM SYSTEM MODELER

partialScalarFunction

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

Wolfram Language

In[1]:=
SystemModel["Modelica.Math.Nonlinear.Interfaces.partialScalarFunction"]
Out[1]:=

Information

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.

Inputs (1)

u

Type: Real

Description: Independent variable

Outputs (1)

y

Type: Real

Description: Dependent variable y=f(u)

Extended by (8)

fun7

Modelica.Math.Nonlinear.Examples.UtilityFunctions

y = A*sin(w*u)

fun6

Modelica.Math.Nonlinear.Examples.UtilityFunctions

y = sqrt(1/(1 - k^2*sin(u)^2))

fun5

Modelica.Math.Nonlinear.Examples.UtilityFunctions

y = sin(w*u)

fun4

Modelica.Math.Nonlinear.Examples.UtilityFunctions

y = sin(u)

fun3

Modelica.Math.Nonlinear.Examples.UtilityFunctions

y = p[1] + log(p[2]*u) - m*u

fun2

Modelica.Math.Nonlinear.Examples.UtilityFunctions

y = 3*u - sin(w*u) - 1

fun1

Modelica.Math.Nonlinear.Examples.UtilityFunctions

y = u^2 - 1

f_nonlinear

Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine

Define sine as non-linear equation to be solved