Define the thermal conduction coefficients. More...
#include "pluto.h"Functions | |
| void | TC_kappa (double *v, double x1, double x2, double x3, double *kpar, double *knor, double *phi) |
Use this function to supply the thermal conduction coefficients
and
along and across magnetic field lines and the
parameter used to control the magnitude of the saturated flux
. To exclude saturation, simply set
to a very large number.
| void TC_kappa | ( | double * | v, |
| double | x1, | ||
| double | x2, | ||
| double | x3, | ||
| double * | kpar, | ||
| double * | knor, | ||
| double * | phi | ||
| ) |
Compute thermal conduction coefficients.
| [in] | v | array of primitive variables |
| [in] | x1 | coordinate in the X1 direction |
| [in] | x2 | coordinate in the X2 direction |
| [in] | x3 | coordinate in the X3 direction |
| [out] | kpar | pointer to the conduction coefficient in the direction of magnetic field |
| [out] | knor | pointer to the conduction coefficient perpendicular to magnetic field |
| [out] | phi | pointer to the parameter controlling the magnitude of the saturated flux. |
1.8.2