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