This function returns the Complex conjugate of the Complex input.
function conj extends Modelica.Icons.Function; input Complex c1 "Complex number"; output Complex c2 "= c1.re - j*c1.im"; end conj;