Utility functions that are used as function arguments to the examples
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)*q(t) |
y = u^2 - 1
Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
Name | Description |
---|---|
u | Independent variable |
Name | Description |
---|---|
y | Dependent variable y=f(u) |
y = 3*u - sin(w*u) - 1
Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
Name | Description |
---|---|
u | Independent variable |
w | Angular velocity |
Name | Description |
---|---|
y | Dependent variable y=f(u) |
y = p[1] + log(p[2]*u) - m*u
Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
Name | Description |
---|---|
u | Independent variable |
p[2] | |
m |
Name | Description |
---|---|
y | Dependent variable y=f(u) |
y = sin(u)
Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
Name | Description |
---|---|
u | Independent variable |
Name | Description |
---|---|
y | Dependent variable y=f(u) |
y = sin(w*u)
Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
Name | Description |
---|---|
u | Independent variable |
w | Angular velocity |
Name | Description |
---|---|
y | Dependent variable y=f(u) |
y = sqrt(1/(1 - k^2*sin(u)^2))
Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
Name | Description |
---|---|
u | Independent variable |
k | Modul |
Name | Description |
---|---|
y | Dependent variable y=f(u) |
y = A*sin(w*u)*q(t)
Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
Name | Description |
---|---|
u | Independent variable |
A | Amplitude |
w | Angular frequency |
Name | Description |
---|---|
y | Dependent variable y=f(u) |