material subroutine for thermal source due to plastic dissipation More...
Data Types | |
| type | tparameters | 
| container type for internal constitutive parameters  More... | |
Functions/Subroutines | |
| subroutine, public | source_thermal_dissipation_init | 
| module initialization  More... | |
| subroutine, public | source_thermal_dissipation_getrateanditstangent (TDot, dTDot_dT, Tstar, Lp, phase) | 
| Ninstances dissipation rate.  More... | |
Variables | |
| integer, dimension(:), allocatable | source_thermal_dissipation_offset | 
| which source is my current thermal dissipation mechanism?  More... | |
| integer, dimension(:), allocatable | source_thermal_dissipation_instance | 
| instance of thermal dissipation source mechanism  More... | |
| type(tparameters), dimension(:), allocatable | param | 
| containers of constitutive parameters (len Ninstance)  More... | |
material subroutine for thermal source due to plastic dissipation
to be done
| subroutine, public source_thermal_dissipation::source_thermal_dissipation_getrateanditstangent | ( | real(preal), intent(out) | TDot, | 
| real(preal), intent(out) | dTDot_dT, | ||
| real(preal), dimension(3,3), intent(in) | Tstar, | ||
| real(preal), dimension(3,3), intent(in) | Lp, | ||
| integer, intent(in) | phase | ||
| ) | 
Ninstances dissipation rate.
Definition at line 14361 of file DAMASK_marc.f90.
References param, and source_thermal_dissipation_instance.
| subroutine, public source_thermal_dissipation::source_thermal_dissipation_init | 
module initialization
reads in material parameters, allocates arrays, and does sanity checks
Definition at line 14320 of file DAMASK_marc.f90.
References config::config_phase, debug::debug_constitutive, debug::debug_level, debug::debug_levelbasic, discretization::discretization_nip, material::material_allocatesourcestate(), material::material_phaseat, param, material::phase_nsources, material::phase_source, material::source_thermal_dissipation_id, source_thermal_dissipation_instance, material::source_thermal_dissipation_label, and source_thermal_dissipation_offset.
Referenced by constitutive::constitutive_init().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
containers of constitutive parameters (len Ninstance)
Definition at line 14305 of file DAMASK_marc.f90.
Referenced by source_thermal_dissipation_getrateanditstangent(), and source_thermal_dissipation_init().
      
  | 
  private | 
instance of thermal dissipation source mechanism
Definition at line 14296 of file DAMASK_marc.f90.
Referenced by source_thermal_dissipation_getrateanditstangent(), and source_thermal_dissipation_init().
      
  | 
  private | 
which source is my current thermal dissipation mechanism?
Definition at line 14296 of file DAMASK_marc.f90.
Referenced by source_thermal_dissipation_init().