Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=pReal), | intent(in) | :: | Temperature |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=pReal), | intent(in) | :: | rho_0 | |||
real(kind=pReal), | intent(in) | :: | rho_s | |||
real(kind=pReal), | intent(in) | :: | strain |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=pReal), | intent(in) | :: | Temperature | |||
type(tKwnpowerlawMicrostructure), | intent(in) | :: | dst | |||
type(tParameters), | intent(in) | :: | prm | |||
integer, | intent(in) | :: | en |
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 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=pReal), | intent(in) | :: | nucleation_site_density | |||
real(kind=pReal), | intent(in) | :: | zeldovich_factor | |||
real(kind=pReal), | intent(in) | :: | beta_star | |||
real(kind=pReal), | intent(in) | :: | gamma_coherent | |||
real(kind=pReal), | intent(in) | :: | radius_crit | |||
real(kind=pReal), | intent(in) | :: | Temperature | |||
real(kind=pReal), | intent(in) | :: | incubation_time | |||
real(kind=pReal), | intent(in), | dimension(:), allocatable | :: | time | ||
integer, | intent(in) | :: | en |