impure function rename extends Modelica.Icons.Function; input String oldName "Current name"; input String newName "New name"; end rename;