Go to the source code of this file.
Data Types | |
type | source_thermal_dissipation::tparameters |
container type for internal constitutive parameters More... | |
Modules | |
module | source_thermal_dissipation |
material subroutine for thermal source due to plastic dissipation | |
Functions/Subroutines | |
subroutine, public | source_thermal_dissipation::source_thermal_dissipation_init |
module initialization More... | |
subroutine, public | source_thermal_dissipation::source_thermal_dissipation_getrateanditstangent (TDot, dTDot_dT, Tstar, Lp, phase) |
Ninstances dissipation rate. More... | |
Variables | |
integer, dimension(:), allocatable | source_thermal_dissipation::source_thermal_dissipation_offset |
which source is my current thermal dissipation mechanism? More... | |
integer, dimension(:), allocatable | source_thermal_dissipation::source_thermal_dissipation_instance |
instance of thermal dissipation source mechanism More... | |
type(tparameters), dimension(:), allocatable | source_thermal_dissipation::param |
containers of constitutive parameters (len Ninstance) More... | |