|
subroutine | mod_thermal_conduction::tc_init_params (phys_gamma) |
|
subroutine, public | mod_thermal_conduction::tc_get_mhd_params (fl, read_mhd_params) |
| Init TC coeffiecients: MHD case. More...
|
|
subroutine, public | mod_thermal_conduction::tc_get_hd_params (fl, read_hd_params) |
| Read tc module parameters from par file: MHD case. More...
|
|
double precision function, public | mod_thermal_conduction::get_tc_dt_mhd (w, ixIL, ixOL, dxD, x, fl) |
| Get the explicut timestep for the TC (mhd implementation) More...
|
|
subroutine, public | mod_thermal_conduction::sts_set_source_tc_mhd (ixIL, ixOL, w, x, wres, fix_conserve_at_step, my_dt, igrid, nflux, fl) |
| anisotropic thermal conduction with slope limited symmetric scheme Sharma 2007 Journal of Computational Physics 227, 123 More...
|
|
subroutine | mod_thermal_conduction::set_source_tc_mhd (ixIL, ixOL, w, x, fl, qvec, rho, Te, alpha) |
|
double precision function, dimension(ixi^s) | mod_thermal_conduction::slope_limiter (f, ixIL, ixOL, idims, pm, tc_slope_limiter) |
|
subroutine | mod_thermal_conduction::gradientc (q, ixIL, ixOL, idir, gradq) |
| Calculate gradient of a scalar q at cell interfaces in direction idir. More...
|
|
double precision function, public | mod_thermal_conduction::get_tc_dt_hd (w, ixIL, ixOL, dxD, x, fl) |
|
subroutine, public | mod_thermal_conduction::sts_set_source_tc_hd (ixIL, ixOL, w, x, wres, fix_conserve_at_step, my_dt, igrid, nflux, fl) |
|
subroutine | mod_thermal_conduction::set_source_tc_hd (ixIL, ixOL, w, x, fl, qvec, rho, Te) |
|