set_initial_timestep_constants Subroutine

public subroutine set_initial_timestep_constants(prm, stt, dot, Temperature, sigma_r, A, Q_stress, n, dt, en, diffusion_coefficient, c_thermal_vacancy, dislocation_density, production_rate, annihilation_rate)

Arguments

TypeIntentOptionalAttributesName
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

Contents

None