Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | N_elements | |||
integer, | intent(in) | :: | N_Steps | |||
real(kind=pReal), | intent(in), | dimension(0:N_steps) | :: | bins | ||
real(kind=pReal) | :: | interface_c | ||||
real(kind=pReal), | intent(in), | dimension(0:N_steps) | :: | x_eq_interface | ||
real(kind=pReal), | intent(in) | :: | atomic_volume | |||
real(kind=pReal), | intent(in) | :: | na | |||
real(kind=pReal), | intent(in) | :: | molar_volume | |||
real(kind=pReal), | intent(in), | dimension(N_elements) | :: | ceq_precipitate | ||
real(kind=pReal), | intent(in), | dimension(N_steps) | :: | precipitate_density | ||
real(kind=pReal), | intent(inout), | dimension(N_steps) | :: | dot_precipitate_density | ||
real(kind=pReal), | intent(in) | :: | nucleation_rate | |||
real(kind=pReal), | intent(in), | dimension(N_elements) | :: | diffusion_coefficient | ||
real(kind=pReal), | intent(in), | dimension(N_elements) | :: | c_matrix | ||
real(kind=pReal), | intent(inout), | dimension(0:N_steps) | :: | growth_rate_array | ||
real(kind=pReal), | intent(inout) | :: | radius_crit |