Go to the source code of this file.
Data Types | |
| type | source_thermal_externalheat::tparameters |
| container type for internal constitutive parameters More... | |
Modules | |
| module | source_thermal_externalheat |
| material subroutine for variable heat source | |
Functions/Subroutines | |
| subroutine, public | source_thermal_externalheat::source_thermal_externalheat_init |
| module initialization More... | |
| subroutine, public | source_thermal_externalheat::source_thermal_externalheat_dotstate (phase, of) |
| rate of change of state More... | |
| subroutine, public | source_thermal_externalheat::source_thermal_externalheat_getrateanditstangent (TDot, dTDot_dT, phase, of) |
| returns local heat generation rate More... | |
Variables | |
| integer, dimension(:), allocatable | source_thermal_externalheat::source_thermal_externalheat_offset |
| which source is my current thermal dissipation mechanism? More... | |
| integer, dimension(:), allocatable | source_thermal_externalheat::source_thermal_externalheat_instance |
| instance of thermal dissipation source mechanism More... | |
| type(tparameters), dimension(:), allocatable | source_thermal_externalheat::param |
| containers of constitutive parameters (len Ninstance) More... | |