MPI-AMRVAC  3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Public Attributes | List of all members
mod_thermal_conduction::tc_fluid Type Reference

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...
 
character(len=std_len) 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 =.true.
 Consider thermal conduction saturation effect (.true.) or not (.false.) More...
 

Detailed Description

Definition at line 60 of file mod_thermal_conduction.t.

Member Data Documentation

◆ e_

integer mod_thermal_conduction::tc_fluid::e_ =-1

Indices of the variables.

Definition at line 68 of file mod_thermal_conduction.t.

◆ get_rho

procedure (get_var_subr), pointer, nopass mod_thermal_conduction::tc_fluid::get_rho => null()

Definition at line 62 of file mod_thermal_conduction.t.

◆ get_rho_equi

procedure (get_var_subr), pointer, nopass mod_thermal_conduction::tc_fluid::get_rho_equi => null()

Definition at line 63 of file mod_thermal_conduction.t.

◆ get_temperature_equi

procedure(get_var_subr), pointer, nopass mod_thermal_conduction::tc_fluid::get_temperature_equi => null()

Definition at line 66 of file mod_thermal_conduction.t.

◆ get_temperature_from_conserved

procedure(get_var_subr), pointer, nopass mod_thermal_conduction::tc_fluid::get_temperature_from_conserved => null()

Definition at line 65 of file mod_thermal_conduction.t.

◆ get_temperature_from_eint

procedure(get_var_subr), pointer, nopass mod_thermal_conduction::tc_fluid::get_temperature_from_eint => null()

Definition at line 64 of file mod_thermal_conduction.t.

◆ has_equi

logical mod_thermal_conduction::tc_fluid::has_equi =.false.

Definition at line 72 of file mod_thermal_conduction.t.

◆ tc_constant

logical mod_thermal_conduction::tc_fluid::tc_constant =.false.

Logical switch for test constant conductivity.

Definition at line 84 of file mod_thermal_conduction.t.

◆ tc_k_para

double precision mod_thermal_conduction::tc_fluid::tc_k_para

Coefficient of thermal conductivity (parallel to magnetic field)

Definition at line 76 of file mod_thermal_conduction.t.

◆ tc_k_perp

double precision mod_thermal_conduction::tc_fluid::tc_k_perp

Coefficient of thermal conductivity perpendicular to magnetic field.

Definition at line 79 of file mod_thermal_conduction.t.

◆ tc_perpendicular

logical mod_thermal_conduction::tc_fluid::tc_perpendicular =.false.

Calculate thermal conduction perpendicular to magnetic field (.true.) or not (.false.)

Definition at line 86 of file mod_thermal_conduction.t.

◆ tc_saturate

logical mod_thermal_conduction::tc_fluid::tc_saturate =.true.

Consider thermal conduction saturation effect (.true.) or not (.false.)

Definition at line 89 of file mod_thermal_conduction.t.

◆ tc_slope_limiter

character(len=std_len) mod_thermal_conduction::tc_fluid::tc_slope_limiter

Name of slope limiter for transverse component of thermal flux.

Definition at line 82 of file mod_thermal_conduction.t.

◆ tcoff_

integer mod_thermal_conduction::tc_fluid::tcoff_

Index of cut off temperature for TRAC.

Definition at line 70 of file mod_thermal_conduction.t.


The documentation for this type was generated from the following file: