Capacitance dependent from width and narrow
function capDepGeom extends Modelica.Icons.Function; input SI.CapacitancePerArea cap0 "Junction bottom capacitance"; input SI.Permittivity capsw0 "Junction sidewall capacitance"; input SI.Length width "Input capacitor width"; input SI.Length length "Input capacitor length"; input SI.Length narrow "Input narrow"; output Types.Capacitance out "Output value"; end capDepGeom;