Phase-ordering and coarsening kinetics

$ID = get_the_ID();
add_post_meta($ID, 'Author', 'L.Dall\'Asta', True);
add_post_meta($ID, 'Credits', '2', True);

$AUTHOR = get_post_meta(get_the_ID(),'Author',True);
$CREDITS = get_post_meta(get_the_ID(),'Credits',True);
echo "

by $AUTHOR ($CREDITS credits)

“;
?>


OrderCoarseningPicture
from the site http://www.lassp.cornell.edu/sethna/

Main topics:

  • Nucleation and droplets growth
  • Dynamics of phase change in continuous models:
    • Phase ordering of non-conserved fields (model A)
    • Spinodal decomposition in conserved fields (model B)
    • Hohenberg-Halperin-Ma classification
    • Interface dynamics (and roughening)
    • Renormalization group (critical and low-temperature dynamics)
    • Approximations and exact results
  • Microscopic models:
    • Glauber dynamics
    • Kawasaki dynamics
    • Coarsening without surface tension (voter model)
    • Zero temperature dynamics and metastable states
  • Comments are closed.