Changeset 464 for trunk/matml
- Timestamp:
- 06/18/2009 03:15:23 PM (3 years ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/freenergy.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/freenergy.c
r459 r464 51 51 entropy term, which allows one to use the Flory-Huggins model by setting 52 52 that coefficient equal to the reciprocal of the molar volume. To this it 53 adds binary interaction parameters.53 adds binary and ternary interaction parameters. 54 54 +latex+The resulting regular solution expression for free energy is: 55 55 +latex+\begin{eqnarray} … … 58 58 +latex+ &+& RT \left(S_1C_1\log C_1 59 59 +latex+ + S_2C_2\log C_2 60 +latex+ + S_3C_3\log C_3\right) \\\ \nonumber 60 +latex+ + S_3C_3\log C_3 61 +latex+ + S_4(1-C_2)\log(1-C_2) 62 +latex+ + S_5(1-C_3)\log(1-C_3)\right) \\\ \nonumber 61 63 +latex+ &+& \Omega_{12}C_1C_2 + \Omega_{13}C_1C_3 62 +latex+ + \Omega_{23}C_2C_3 +\Omega_{123}C_1C_2C_3. 64 +latex+ + \Omega_{23}C_2C_3 +\Omega_{123}C_1C_2C_3 65 +latex+ + \Omega_{234}C_2C_3(1-C_2) + \Omega_{235}C_2C_3(1-C_3) 66 +latex+ + \Omega_{245}C_2(1-C_2)(1-C_3) + \Omega_{345}C_3(1-C_2)(1-C_3) 67 +latex+ + \Omega_{2345}C_2C_3(1-C_2)(1-C_3). 63 68 +latex+\end{eqnarray} 64 69 +*/