This internal auxiliary function calculates some coefficients which are necessary for the calculation of junction capacities.
function junctionCapCoeffs extends Modelica.Icons.Function; input Real mj; input Real fc; input SI.Voltage phij; output SI.Voltage f1; output Real f2; output Real f3; end junctionCapCoeffs;