First derivative of function park(theta) with respect to time.
function der_park extends Modelica.Icons.Function; input SI.Angle theta "transformation angle"; input SI.AngularFrequency omega "d/dt theta"; output Real[3, 3] der_P "d/dt park"; end der_park;