Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tParameters), | intent(in) | :: | prm | |||
type(tKwnpowerlawState), | intent(inout) | :: | stt | |||
type(tKwnpowerlawState), | intent(inout) | :: | dot | |||
real(kind=pReal), | intent(in) | :: | Temperature | |||
real(kind=pReal), | intent(in) | :: | sigma_r | |||
real(kind=pReal), | intent(in) | :: | A | |||
real(kind=pReal), | intent(in) | :: | Q_stress | |||
real(kind=pReal), | intent(in) | :: | n | |||
real(kind=pReal), | intent(in) | :: | dt | |||
integer, | intent(in) | :: | en | |||
real(kind=pReal), | intent(out), | dimension(:), allocatable | :: | diffusion_coefficient | ||
real(kind=pReal), | intent(out) | :: | c_thermal_vacancy | |||
real(kind=pReal), | intent(out) | :: | dislocation_density | |||
real(kind=pReal), | intent(out) | :: | production_rate | |||
real(kind=pReal), | intent(out) | :: | annihilation_rate |