\(\displaystyle x_{c} = \frac{N_{c}}{N_{c} + N_{f} + N_{n}}, \quad x_{n} = \frac{N_{n}}{N_{c} + N_{f} + N_{n}}\)
5 Slycke’s Models
5.1 Preliminary calculations
The problem as formulated by Slycke and Ericsson (1981) is expressed in terms of concentrations, while the diffusion coefficients (which are based on geometric exclusion principles) require molar fractions. There may be some overhead in simulations if handling of unit conversion is not done carefully, so in this section we will derive the necessary relationships to convert between the two.
The problem may seen nonlinear, as density might be considered as a function of composition (in general for carbonitriding it is reasonable to assume that the density of the steel is constant, but we will not make this assumption here). From the definition o molar fraction, one can derive the mean number of atoms of a kind per unit cell in terms of the total number of atoms per unit cell and the molar fractions. For instance, for carbon and nitrogen we have:
With a little manipulation, we can express the number of atoms per unit cell of carbon and nitrogen as a function of the molar fractions and the total number of atoms of iron \(N_f\) (which dependends only on the crystal structure, here for FCC \(N_f = 4\)) per unit cell:
\(\displaystyle N_c = - \frac{N_{f} x_{c}}{x_{c} + x_{n} - 1}, \quad N_n = - \frac{N_{f} x_{n}}{x_{c} + x_{n} - 1}\)
In the absence of interstitial atoms, the density of plain iron expressed in terms of the unit cell parameters (see any introductory text on Materials Science, e.g. Callister (2007)) can be expressed as:
\(\displaystyle \rho_0 = \frac{M_{f} N_{f}}{A_{v} V_{c}}\)
Including the additional interstitial atoms - and neglecting their effect on lattice parameter, which is not a bad hypothesis at high temperature - the density of the system can be expressed as:
\(\displaystyle \rho = \frac{N_{f} \left(- M_{c} x_{c} + M_{f} \left(x_{c} + x_{n} - 1\right) - M_{n} x_{n}\right)}{A_{v} V_{c} \left(x_{c} + x_{n} - 1\right)}\)
Notice the common factors between the two expressions, which allows us to express the density of the system as a function of the density of pure iron and the molar fractions:
\(\displaystyle \rho = \frac{\rho_{0} \left(- M_{c} x_{c} + M_{f} \left(x_{c} + x_{n} - 1\right) - M_{n} x_{n}\right)}{M_{f} \left(x_{c} + x_{n} - 1\right)}\)
The concentration is the ratio between the solution density and its mean molar mass. Writing the molar mass of the system as a function of the molar fractions and molar masses of the individual components is straightforward:
\(\displaystyle \bar{M} = M_{c} x_{c} + M_{f} \left(- x_{c} - x_{n} + 1\right) + M_{n} x_{n}\)
With this expression we find the trivial result:
\(\displaystyle C = - \frac{\rho_{0}}{M_{f} \left(x_{c} + x_{n} - 1\right)}\)
and for the individual components:
\(\displaystyle C_c = - \frac{\rho_{0} x_{c}}{M_{f} \left(x_{c} + x_{n} - 1\right)}, \quad C_n = - \frac{\rho_{0} x_{n}}{M_{f} \left(x_{c} + x_{n} - 1\right)}\)
With these expressions, we can express the molar fractions as a function of the concentrations:
\(\displaystyle x_c = \frac{C_{c} M_{f}}{C_{c} M_{f} + C_{n} M_{f} + \rho_{0}}, \quad x_n = \frac{C_{n} M_{f}}{C_{c} M_{f} + C_{n} M_{f} + \rho_{0}}\)
The preliminary conclusions from the above calculations are:
Problem is to be initialized in terms of concentrations, which are computed from the molar fractions and the density of plain iron.
Solution is carried interativelly, so we do not need to handle the non-linearity arising from the dependence of composition with both species.
The model is responsible by converting from concentrations to mole fractions internally, so there is no impact on the solver.
1066.7668016046014