Define sine as non-linear equation to be solved
function f_nonlinear extends Modelica.Math.Nonlinear.Interfaces.partialScalarFunction; input Real A = 1 "Amplitude of sine"; input Real w = 1 "Angular frequency of sine"; input Real s = 0 "Shift of sine"; end f_nonlinear;