This function mosCalcDEVqmeyer calculates the Meyer capacities and charge for the Meyer model.
function mosCalcDEVqmeyer extends Modelica.Icons.Function; input SI.Voltage vgs; input SI.Voltage vgd; input SI.Voltage vgb; input MosCalc in_c "Input variable set"; output DEVqmeyer out_qm "Qmeyer values"; end mosCalcDEVqmeyer;