-
Notifications
You must be signed in to change notification settings - Fork 78
Diffusion Processes
Diffusion processes implemented in AthenaK include:
- Hydrodynamic diffusion: fluid viscosity and thermal conduction
- Field diffusion: Ohmic diffusion
Diffusive physics such as viscosity and/or thermal conduction can be constructed in <hydro> or <mhd>. Ohmic diffusion is constructed in <mhd> block. They are enrolled in the corresponding <block> in the input file:
<hydro>
viscosity = 1.0e-3 # coefficient of isotropic shear viscosity
conductivity = 1.0e-3 # coefficient of isotropic thermal conduction
or
<mhd>
viscosity = 1.0e-3 # coefficient of isotropic shear viscosity
conductivity = 1.0e-3 # coefficient of isotropic thermal conduction
ohmic_resistivity = 0.01 # coefficient of Ohmic resistivity
The heat flux
where the coefficient
Note that the coefficient Athena++.
Getting Started
Running
User Guide
Physics Modules
Other Features