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.8541878176d-12
 
real(dp), parameter uc_elem_charge = 1.6022d-19
 
real(dp), parameter uc_elec_charge = -1.6022d-19
 
real(dp), parameter uc_elec_volt = 1.6022d-19
 
real(dp), parameter uc_elec_mass = 9.10938189d-31
 
real(dp), parameter uc_atomic_mass = 1.66053886D-27
 
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 = 299792458d0
 
real(dp), parameter uc_boltzmann_const = 1.3806503d-23
 
real(dp), parameter uc_bohr_radius = 5.29d-11
 
real(dp), parameter uc_torr_to_bar = 133.322368 * 1.0D-5
 
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.66053886D-27

Definition at line 18 of file m_units_constants.f90.

◆ uc_bohr_radius

real(dp), parameter m_units_constants::uc_bohr_radius = 5.29d-11

Definition at line 23 of file m_units_constants.f90.

◆ uc_boltzmann_const

real(dp), parameter m_units_constants::uc_boltzmann_const = 1.3806503d-23

Definition at line 22 of file m_units_constants.f90.

◆ uc_elec_charge

real(dp), parameter m_units_constants::uc_elec_charge = -1.6022d-19

Definition at line 15 of file m_units_constants.f90.

◆ uc_elec_mass

real(dp), parameter m_units_constants::uc_elec_mass = 9.10938189d-31

Definition at line 17 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 25 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 26 of file m_units_constants.f90.

◆ uc_elec_volt

real(dp), parameter m_units_constants::uc_elec_volt = 1.6022d-19

Definition at line 16 of file m_units_constants.f90.

◆ uc_elem_charge

real(dp), parameter m_units_constants::uc_elem_charge = 1.6022d-19

Definition at line 14 of file m_units_constants.f90.

◆ uc_eps0

real(dp), parameter m_units_constants::uc_eps0 = 8.8541878176d-12

Definition at line 13 of file m_units_constants.f90.

◆ uc_lightspeed

real(dp), parameter m_units_constants::uc_lightspeed = 299792458d0

Definition at line 21 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 19 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 20 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.322368 * 1.0D-5

Definition at line 24 of file m_units_constants.f90.