constants_si_mod Module Reference

module for SI units and physical constants More...

Data Types

type  constants_si
 

Functions/Subroutines

subroutine initconstants_si (this)
 Constructor of physical constants module using SI units. More...
 

Variables

character(len=32), parameter units_name = 'SI'
 
real, parameter, public c = 2.99792458E+08
 vacuum speed of light [m/s] More...
 
real, parameter, public gn = 6.6742E-11
 gravitational constant [m^3/kg/s^2] More...
 
real, parameter, public kb = 1.3806505E-23
 Boltzmann constant[J/K]. More...
 
real, parameter, public na = 6.022E+23
 Avogadro constant [1/mol]. More...
 
real, parameter, public sb = 5.6704E-8
 Stefan-Boltzmann constant[W/m^2/K^4. More...
 
real, parameter, public ke = 3.48E-02
 electron scattering opacity [m^2/kg] More...
 

Detailed Description

module for SI units and physical constants

Author
Tobias Illenseer
Manuel Jung

Function/Subroutine Documentation

◆ initconstants_si()

subroutine constants_si_mod::initconstants_si ( class(constants_si), intent(inout)  this)

Constructor of physical constants module using SI units.

Definition at line 67 of file constants_SI.f90.

Variable Documentation

◆ c

real, parameter, public constants_si_mod::c = 2.99792458E+08

vacuum speed of light [m/s]

Definition at line 49 of file constants_SI.f90.

◆ gn

real, parameter, public constants_si_mod::gn = 6.6742E-11

gravitational constant [m^3/kg/s^2]

Definition at line 49 of file constants_SI.f90.

◆ kb

real, parameter, public constants_si_mod::kb = 1.3806505E-23

Boltzmann constant[J/K].

Definition at line 49 of file constants_SI.f90.

◆ ke

real, parameter, public constants_si_mod::ke = 3.48E-02

electron scattering opacity [m^2/kg]

Definition at line 49 of file constants_SI.f90.

◆ na

real, parameter, public constants_si_mod::na = 6.022E+23

Avogadro constant [1/mol].

Definition at line 49 of file constants_SI.f90.

◆ sb

real, parameter, public constants_si_mod::sb = 5.6704E-8

Stefan-Boltzmann constant[W/m^2/K^4.

Definition at line 49 of file constants_SI.f90.

◆ units_name

character(len=32), parameter constants_si_mod::units_name = 'SI'
private

Definition at line 45 of file constants_SI.f90.