partial function partialGetReal extends Modelica.Icons.Function; input String varName "Key"; output Real y "Real value"; output Boolean exist "= true, if varName exits; = false, if it does not exist and y is set to 0.0"; end partialGetReal;