returns true if substance molecules are joining together to clusters
function selfClustering extends Modelica.Icons.Function; input SubstanceData substanceData "Data record of substance"; output Boolean selfClustering; end selfClustering;