MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
This is an overview of the option that allows users to add thermal condution.
Thermal conductivity is Spitzer conductivity for fully ionized plasma
Thermal conduction equation is solved seperately in an operator-split fashion from the (M)HD equations. An explicit update and super time stepping time integrator is used to achieve second order accuracy in time. (Slope limited) symmetric scheme is used for discretization.
In order to add thermal conduction to a simulation, the user has to do the following:
unit_length=<your length unit> unit_numberdensity=<your number density unit> unit_temperature=<your temperature unit> unit_velocity=<your velocity unit>before call (m)hd_activate()