Get v2 from file
function getV2 extends Modelica.Icons.Function; input String fileName; input Real x; output Real y; end getV2;