Returns true, if at least on element of the Boolean input vector is true ('or')
function anyTrue extends Modelica.Icons.Function; input Boolean b[:]; output Boolean result; end anyTrue;