Modelica.Math.Nonlinear.Examples.UtilityFunctions

Utility functions that are used as function arguments to the examples

Information


This package provides utility functions that are used as input arguments to the example functions.

Extends from Modelica.Icons.UtilitiesPackage (Icon for utility packages).

Package Content

NameDescription
Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun1 fun1 y = u^2 - 1
Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun2 fun2 y = 3*u - sin(w*u) - 1
Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun3 fun3 y = p[1] + log(p[2]*u) - m*u
Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun4 fun4 y = sin(u)
Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun5 fun5 y = sin(w*u)
Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun6 fun6 y = sqrt(1/(1 - k^2*sin(u)^2))
Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun7 fun7 y = A*sin(w*u)*q(t)

Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun1 Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun1

y = u^2 - 1

Information

Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).

Inputs

NameDescription
uIndependent variable

Outputs

NameDescription
yDependent variable y=f(u)

Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun2 Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun2

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

Information

Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).

Inputs

NameDescription
uIndependent variable
wAngular velocity

Outputs

NameDescription
yDependent variable y=f(u)

Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun3 Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun3

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

Information

Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).

Inputs

NameDescription
uIndependent variable
p[2] 
m 

Outputs

NameDescription
yDependent variable y=f(u)

Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun4 Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun4

y = sin(u)

Information

Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).

Inputs

NameDescription
uIndependent variable

Outputs

NameDescription
yDependent variable y=f(u)

Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun5 Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun5

y = sin(w*u)

Information

Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).

Inputs

NameDescription
uIndependent variable
wAngular velocity

Outputs

NameDescription
yDependent variable y=f(u)

Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun6 Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun6

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

Information

Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).

Inputs

NameDescription
uIndependent variable
kModul

Outputs

NameDescription
yDependent variable y=f(u)

Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun7 Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun7

y = A*sin(w*u)*q(t)

Information

Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).

Inputs

NameDescription
uIndependent variable
AAmplitude
wAngular frequency

Outputs

NameDescription
yDependent variable y=f(u)

Automatically generated Mon Sep 23 17:21:10 2013.