Function defining the characteristics of a moving sine in three dimensions. This function is used in example Elementary.Surfaces.
function sineSurface extends Modelica.Mechanics.MultiBody.Interfaces.partialSurfaceCharacteristic; input Real x_min "Minimum value of x"; input Real x_max "Maximum value of x"; input Real y_min "Minimum value of y"; input Real y_max "Maximum value of y"; input Real z_min "Minimum value of z"; input Real z_max "Maximum value of z"; input Real wz "Factor for angular frequency"; end sineSurface;