Function for calculating beta_star for binary or ternary mixtures.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=pReal), | intent(in) | :: | radius_crit | |||
real(kind=pReal), | intent(in) | :: | lattice_param | |||
real(kind=pReal), | intent(in), | dimension(:), allocatable | :: | diffusion_coefficient | ||
real(kind=pReal), | intent(in), | dimension(:,:), allocatable | :: | c_matrix | ||
integer, | intent(in) | :: | en |