Changeset 390 for trunk

Show
Ignore:
Timestamp:
09/11/08 06:40:00 (2 months ago)
Author:
powell
Message:

Updates for version 0.4, more to come.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/ternary.tex.in

    r359 r390  
    6666 
    6767Next it uses Qhull calls in {\tt qhull.c} (appendix \ref{file_qhull.c}) to 
    68 calculate the convex hull of the free energy function.  It strips out the 
    69 smallest triangles, that is, those which are in the single-phase region, 
    70 leaving two- and three-phase regions with tie lines.  It displays the remaining 
    71 facets using transparent triangles with black edges, which clearly show the tie 
    72 lines in the two-phase regions. 
     68calculate the convex hull of the free energy function.  It refines the 
     69multi-phase triangles using Newton iteration to find the lowest-energy point 
     70starting at each corner.  And it optionally refines the one-phase triangles at 
     71their centroids. 
     72 
     73It then strips out the triangles which are in the single-phase region, leaving 
     74two- and three-phase regions with tie lines.  It displays the remaining facets 
     75using transparent triangles with black edges, which clearly show the tie lines 
     76in the two-phase regions. 
    7377 
    7478For more than one free energy function, it creates a double-size array with two 
     
    101105it a lot easier to wrap these functions using SIDL or SWIG. 
    102106 
     107\subsection{{\tt Ternary} 0.4.0} 
     108 
     109The new Newton refining code in {\tt qhull.c}, which uses new free energy 
     110derivative functions in {\tt freenergy.c}, gives {\tt Ternary} the ability to 
     111accurately predict binodal boundaries.  Another new function in {\tt 
     112  freenergy.c} calculates the shape of the spinodal curve. 
     113 
    103114\bibliographystyle{unsrturl} 
    104115\bibliography{ternary}