Go to the source code of this file.
|
| subroutine, public | thermal_adiabatic::thermal_adiabatic_init |
| | module initialization More...
|
| |
| logical function, dimension(2), public | thermal_adiabatic::thermal_adiabatic_updatestate (subdt, ip, el) |
| | calculates adiabatic change in temperature based on local heat generation model
More...
|
| |
| subroutine, public | thermal_adiabatic::thermal_adiabatic_getsourceanditstangent (Tdot, dTdot_dT, T, ip, el) |
| | returns heat generation rate More...
|
| |
| real(preal) function, public | thermal_adiabatic::thermal_adiabatic_getspecificheat (ip, el) |
| | returns homogenized specific heat capacity More...
|
| |
| real(preal) function, public | thermal_adiabatic::thermal_adiabatic_getmassdensity (ip, el) |
| | returns homogenized mass density More...
|
| |
| subroutine, public | thermal_adiabatic::thermal_adiabatic_results (homog, group) |
| | writes results to HDF5 output file More...
|
| |