Package Modelica.Math.Nonlinear.Examples.UtilityFunctions
This package provides utility functions that are used as input arguments to the example functions.
Extends from Modelica.Icons.UtilitiesPackage (Icon for utility packages).
| Name | Description |
|---|---|
fun1 | y = u^2 - 1 |
fun2 | y = 3*u - sin(w*u) - 1 |
fun3 | y = p[1] + log(p[2]*u) - m*u |
fun4 | y = sin(u) |
fun5 | y = sin(w*u) |
fun6 | y = sqrt(1/(1 - k^2*sin(u)^2)) |
fun7 | y = A*sin(w*u) |
Function Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun1
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.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
| Type | Name | Description |
|---|---|---|
Real | u | Independent variable |
| Type | Name | Description |
|---|---|---|
Real | y | Dependent variable y=f(u) |
Function Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun2
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.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
| Type | Name | Description |
|---|---|---|
Real | u | Independent variable |
Real | w | Angular velocity |
| Type | Name | Description |
|---|---|---|
Real | y | Dependent variable y=f(u) |
Function Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun3
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.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
| Type | Name | Description |
|---|---|---|
Real | u | Independent variable |
Real | p[2] |   |
Real | m |   |
| Type | Name | Description |
|---|---|---|
Real | y | Dependent variable y=f(u) |
Function Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun4
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.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
| Type | Name | Description |
|---|---|---|
Real | u | Independent variable |
| Type | Name | Description |
|---|---|---|
Real | y | Dependent variable y=f(u) |
Function Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun5
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.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
| Type | Name | Description |
|---|---|---|
Real | u | Independent variable |
Real | w | Angular velocity |
| Type | Name | Description |
|---|---|---|
Real | y | Dependent variable y=f(u) |
Function Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun6
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.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
| Type | Name | Description |
|---|---|---|
Real | u | Independent variable |
Real | k | Modul |
| Type | Name | Description |
|---|---|---|
Real | y | Dependent variable y=f(u) |
Function Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun7
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.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
| Type | Name | Description |
|---|---|---|
Real | u | Independent variable |
Real | A | Amplitude |
Real | w | Angular frequency |
| Type | Name | Description |
|---|---|---|
Real | y | Dependent variable y=f(u) |