MPI-AMRVAC  3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Data Types | Modules | Functions/Subroutines | Variables
mod_thermal_conduction.t File Reference

Go to the source code of this file.

Data Types

interface  mod_thermal_conduction::get_var_subr
 
type  mod_thermal_conduction::tc_fluid
 

Modules

module  mod_thermal_conduction
 Thermal conduction for HD and MHD or RHD and RMHD or twofl (plasma-neutral) module Adaptation of mod_thermal_conduction for the mod_supertimestepping.
 

Functions/Subroutines

subroutine mod_thermal_conduction::tc_init_params (phys_gamma)
 
subroutine, public mod_thermal_conduction::tc_get_mhd_params (fl, read_mhd_params)
 Init TC coefficients: MHD case. More...
 
subroutine, public mod_thermal_conduction::tc_get_hd_params (fl, read_hd_params)
 Init TC coefficients: HD case. More...
 
subroutine, public mod_thermal_conduction::tc_get_ffhd_params (fl, read_ffhd_params)
 
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)
 Get the explicit timestep for the TC (hd implementation) More...
 
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)
 
double precision function, public mod_thermal_conduction::get_tc_dt_ffhd (w, ixIL, ixOL, dxD, x, fl)
 Get the explicut timestep for the TC (ffhd implementation) More...
 
subroutine, public mod_thermal_conduction::sts_set_source_tc_ffhd (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_ffhd (ixIL, ixOL, w, x, fl, qvec, rho, Te, alpha)
 

Variables

double precision mod_thermal_conduction::tc_gamma_1
 The adiabatic index. More...