packageUtilityFunctions

Utility functions that are used as function arguments to the examples

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

Information

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

Contents

NameDescription
fun1y = u^2 - 1
fun2y = 3*u - sin(w*u) - 1
fun3y = p[1] + log(p[2]*u) - m*u
fun4y = sin(u)
fun5y = sin(w*u)
fun6y = sqrt(1/(1 - k^2*sin(u)^2))
fun7y = A*sin(w*u)