Research Article

Cloud Particles Evolution Algorithm

Algorithm 3

Evolutionary algorithm of the cloud solid state.
(1) if State == 2 then
(2)  Calculate the evolution potential of cloud particles according to (5)
(3)  Calculate the phase transformation driving force according to (6)
(4)   % Solidification Operation
(5)  if PT ≤ δ then
(6)   sf = sf × 2
(7)   
(8)  endif
(9)  for :
(10)   for :
(11)    Update according to (10)
(12)    Update according to (11)
(13)   endfor
(14)  endfor
(15) endif