afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
Loading...
Searching...
No Matches
Variables
m_units_constants Module Reference

Module that contains physical and numerical constants. More...

Variables

real(dp), parameter uc_pi = acos(-1.0_dp)
 
real(dp), parameter uc_eps0 = 8.8541878128e-12_dp
 
real(dp), parameter uc_elem_charge = 1.602176634e-19_dp
 
real(dp), parameter uc_elec_charge = -UC_elem_charge
 
real(dp), parameter uc_elec_volt = UC_elem_charge
 
real(dp), parameter uc_elec_mass = 9.1093837015e-31_dp
 
real(dp), parameter uc_atomic_mass = 1.6605390666e-27_dp
 
real(dp), parameter uc_n2_mass = 28.0D0 * UC_atomic_mass
 
real(dp), parameter uc_o2_mass = 32.0D0 * UC_atomic_mass
 
real(dp), parameter uc_lightspeed = 299792458.0_dp
 
real(dp), parameter uc_boltzmann_const = 1.380649e-23_dp
 
real(dp), parameter uc_bohr_radius = 5.29177210903e-11_dp
 
real(dp), parameter uc_torr_to_bar = 133.32236842105263_dp * 1.0e-5_dp
 
real(dp), parameter uc_elec_q_over_eps0 = UC_elec_charge / UC_eps0
 
real(dp), parameter uc_elec_q_over_m = UC_elec_charge / UC_elec_mass
 

Detailed Description

Module that contains physical and numerical constants.

Variable Documentation

◆ uc_atomic_mass

real(dp), parameter m_units_constants::uc_atomic_mass = 1.6605390666e-27_dp

Definition at line 27 of file m_units_constants.f90.

◆ uc_bohr_radius

real(dp), parameter m_units_constants::uc_bohr_radius = 5.29177210903e-11_dp

Definition at line 42 of file m_units_constants.f90.

◆ uc_boltzmann_const

real(dp), parameter m_units_constants::uc_boltzmann_const = 1.380649e-23_dp

Definition at line 39 of file m_units_constants.f90.

◆ uc_elec_charge

real(dp), parameter m_units_constants::uc_elec_charge = -UC_elem_charge

Definition at line 18 of file m_units_constants.f90.

◆ uc_elec_mass

real(dp), parameter m_units_constants::uc_elec_mass = 9.1093837015e-31_dp

Definition at line 24 of file m_units_constants.f90.

◆ uc_elec_q_over_eps0

real(dp), parameter m_units_constants::uc_elec_q_over_eps0 = UC_elec_charge / UC_eps0

Definition at line 48 of file m_units_constants.f90.

◆ uc_elec_q_over_m

real(dp), parameter m_units_constants::uc_elec_q_over_m = UC_elec_charge / UC_elec_mass

Definition at line 51 of file m_units_constants.f90.

◆ uc_elec_volt

real(dp), parameter m_units_constants::uc_elec_volt = UC_elem_charge

Definition at line 21 of file m_units_constants.f90.

◆ uc_elem_charge

real(dp), parameter m_units_constants::uc_elem_charge = 1.602176634e-19_dp

Definition at line 15 of file m_units_constants.f90.

◆ uc_eps0

real(dp), parameter m_units_constants::uc_eps0 = 8.8541878128e-12_dp

Definition at line 12 of file m_units_constants.f90.

◆ uc_lightspeed

real(dp), parameter m_units_constants::uc_lightspeed = 299792458.0_dp

Definition at line 36 of file m_units_constants.f90.

◆ uc_n2_mass

real(dp), parameter m_units_constants::uc_n2_mass = 28.0D0 * UC_atomic_mass

Definition at line 30 of file m_units_constants.f90.

◆ uc_o2_mass

real(dp), parameter m_units_constants::uc_o2_mass = 32.0D0 * UC_atomic_mass

Definition at line 33 of file m_units_constants.f90.

◆ uc_pi

real(dp), parameter m_units_constants::uc_pi = acos(-1.0_dp)

Definition at line 9 of file m_units_constants.f90.

◆ uc_torr_to_bar

real(dp), parameter m_units_constants::uc_torr_to_bar = 133.32236842105263_dp * 1.0e-5_dp

Definition at line 45 of file m_units_constants.f90.