MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Public Attributes | |
procedure(get_var_subr), pointer, nopass | get_rho => null() |
procedure(get_var_subr), pointer, nopass | get_rho_equi => null() |
procedure(get_var_subr), pointer, nopass | get_temperature_from_eint => null() |
procedure(get_var_subr), pointer, nopass | get_temperature_from_conserved => null() |
procedure(get_var_subr), pointer, nopass | get_temperature_equi => null() |
integer | e_ =-1 |
Indices of the variables. More... | |
integer | tcoff_ |
Index of cut off temperature for TRAC. More... | |
logical | has_equi =.false. |
double precision | tc_k_para |
Coefficient of thermal conductivity (parallel to magnetic field) More... | |
double precision | tc_k_perp |
Coefficient of thermal conductivity perpendicular to magnetic field. More... | |
integer | tc_slope_limiter |
Name of slope limiter for transverse component of thermal flux. More... | |
logical | tc_constant =.false. |
Logical switch for test constant conductivity. More... | |
logical | tc_perpendicular =.false. |
Calculate thermal conduction perpendicular to magnetic field (.true.) or not (.false.) More... | |
logical | tc_saturate =.false. |
Consider thermal conduction saturation effect (.true.) or not (.false.) More... | |
Definition at line 61 of file mod_thermal_conduction.t.
integer mod_thermal_conduction::tc_fluid::e_ =-1 |
Indices of the variables.
Definition at line 69 of file mod_thermal_conduction.t.
procedure (get_var_subr), pointer, nopass mod_thermal_conduction::tc_fluid::get_rho => null() |
Definition at line 63 of file mod_thermal_conduction.t.
procedure (get_var_subr), pointer, nopass mod_thermal_conduction::tc_fluid::get_rho_equi => null() |
Definition at line 64 of file mod_thermal_conduction.t.
procedure(get_var_subr), pointer, nopass mod_thermal_conduction::tc_fluid::get_temperature_equi => null() |
Definition at line 67 of file mod_thermal_conduction.t.
procedure(get_var_subr), pointer, nopass mod_thermal_conduction::tc_fluid::get_temperature_from_conserved => null() |
Definition at line 66 of file mod_thermal_conduction.t.
procedure(get_var_subr), pointer, nopass mod_thermal_conduction::tc_fluid::get_temperature_from_eint => null() |
Definition at line 65 of file mod_thermal_conduction.t.
logical mod_thermal_conduction::tc_fluid::has_equi =.false. |
Definition at line 73 of file mod_thermal_conduction.t.
logical mod_thermal_conduction::tc_fluid::tc_constant =.false. |
Logical switch for test constant conductivity.
Definition at line 86 of file mod_thermal_conduction.t.
double precision mod_thermal_conduction::tc_fluid::tc_k_para |
Coefficient of thermal conductivity (parallel to magnetic field)
Definition at line 77 of file mod_thermal_conduction.t.
double precision mod_thermal_conduction::tc_fluid::tc_k_perp |
Coefficient of thermal conductivity perpendicular to magnetic field.
Definition at line 80 of file mod_thermal_conduction.t.
logical mod_thermal_conduction::tc_fluid::tc_perpendicular =.false. |
Calculate thermal conduction perpendicular to magnetic field (.true.) or not (.false.)
Definition at line 89 of file mod_thermal_conduction.t.
logical mod_thermal_conduction::tc_fluid::tc_saturate =.false. |
Consider thermal conduction saturation effect (.true.) or not (.false.)
Definition at line 92 of file mod_thermal_conduction.t.
integer mod_thermal_conduction::tc_fluid::tc_slope_limiter |
Name of slope limiter for transverse component of thermal flux.
Definition at line 83 of file mod_thermal_conduction.t.
integer mod_thermal_conduction::tc_fluid::tcoff_ |
Index of cut off temperature for TRAC.
Definition at line 71 of file mod_thermal_conduction.t.