FV3 Bundle
fundamental_constants Module Reference

Functions/Subroutines

subroutine, public fundamental_constants_version (Id)
 

Variables

character(*), parameter module_version_id = '$Id: Fundamental_Constants.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
real(fp), parameter zero = 0.0_fp
 
real(fp), parameter one = 1.0_fp
 
real(fp), parameter two = 2.0_fp
 
real(fp), parameter, public pi = 3.141592653589793238462643_fp
 
real(fp), parameter, public pi_reciprocal = 0.318309886183790671537767_fp
 
real(fp), parameter, public pi_squared = 9.869604401089358618834491_fp
 
real(fp), parameter, public pi_square_root = 1.772453850905516027298167_fp
 
real(fp), parameter, public pi_ln = 1.144729885849400174143427_fp
 
real(fp), parameter, public pi_log10 = 0.497149872694133854351268_fp
 
real(fp), parameter, public e = 2.718281828459045235360287_fp
 
real(fp), parameter, public e_reciprocal = 0.367879441171442321595523_fp
 
real(fp), parameter, public e_squared = 7.389056098930650227230427_fp
 
real(fp), parameter, public e_log10 = 0.434294481903251827651129_fp
 
real(fp), parameter, public ln2 = 0.693147180559945309417232_fp
 
real(fp), parameter, public speed_of_light = 2.99792458e+08_fp
 
real(fp), parameter, public permeability = PI * 4.0e-07_fp
 
real(fp), parameter, public permittivity = ONE / ( PERMEABILITY * SPEED_OF_LIGHT**2 )
 
real(fp), parameter, public planck_constant = 6.62606876e-34_fp
 
real(fp), parameter, public gravitational_constant = 6.673e-11_fp
 
real(fp), parameter, public electron_volt = 1.602176462e-19_fp
 
real(fp), parameter, public unified_atomic_mass_unit = 1.66053873e-27_fp
 
real(fp), parameter, public standard_atmosphere = 101325.0_fp
 
real(fp), parameter, public standard_temperature = 273.15_fp
 
real(fp), parameter, public standard_gravity = 9.80665_fp
 
real(fp), parameter, public avogadro_constant = 6.02214199e+23_fp
 
real(fp), parameter, public molar_gas_constant = 8.314472_fp
 
real(fp), parameter, public boltzmann_constant = MOLAR_GAS_CONSTANT / AVOGADRO_CONSTANT
 
real(fp), parameter, public stefan_boltzmann_constant = 5.670400e-08_fp
 
real(fp), parameter, public c_1 = TWO * PLANCK_CONSTANT * SPEED_OF_LIGHT**2
 
real(fp), parameter, public c_2 = PLANCK_CONSTANT * SPEED_OF_LIGHT / BOLTZMANN_CONSTANT
 
real(fp), parameter, public stp_molar_volume = ( MOLAR_GAS_CONSTANT * STANDARD_TEMPERATURE ) / STANDARD_ATMOSPHERE
 
real(fp), parameter, public loschmidt_constant = AVOGADRO_CONSTANT / STP_MOLAR_VOLUME
 

Function/Subroutine Documentation

◆ fundamental_constants_version()

subroutine, public fundamental_constants::fundamental_constants_version ( character(*), intent(out)  Id)

Definition at line 310 of file Fundamental_Constants.f90.

Variable Documentation

◆ avogadro_constant

real(fp), parameter, public fundamental_constants::avogadro_constant = 6.02214199e+23_fp

Definition at line 164 of file Fundamental_Constants.f90.

◆ boltzmann_constant

real(fp), parameter, public fundamental_constants::boltzmann_constant = MOLAR_GAS_CONSTANT / AVOGADRO_CONSTANT

Definition at line 184 of file Fundamental_Constants.f90.

◆ c_1

real(fp), parameter, public fundamental_constants::c_1 = TWO * PLANCK_CONSTANT * SPEED_OF_LIGHT**2

Definition at line 214 of file Fundamental_Constants.f90.

◆ c_2

real(fp), parameter, public fundamental_constants::c_2 = PLANCK_CONSTANT * SPEED_OF_LIGHT / BOLTZMANN_CONSTANT

Definition at line 227 of file Fundamental_Constants.f90.

◆ e

real(fp), parameter, public fundamental_constants::e = 2.718281828459045235360287_fp

Definition at line 68 of file Fundamental_Constants.f90.

◆ e_log10

real(fp), parameter, public fundamental_constants::e_log10 = 0.434294481903251827651129_fp

Definition at line 71 of file Fundamental_Constants.f90.

◆ e_reciprocal

real(fp), parameter, public fundamental_constants::e_reciprocal = 0.367879441171442321595523_fp

Definition at line 69 of file Fundamental_Constants.f90.

◆ e_squared

real(fp), parameter, public fundamental_constants::e_squared = 7.389056098930650227230427_fp

Definition at line 70 of file Fundamental_Constants.f90.

◆ electron_volt

real(fp), parameter, public fundamental_constants::electron_volt = 1.602176462e-19_fp

Definition at line 123 of file Fundamental_Constants.f90.

◆ gravitational_constant

real(fp), parameter, public fundamental_constants::gravitational_constant = 6.673e-11_fp

Definition at line 111 of file Fundamental_Constants.f90.

◆ ln2

real(fp), parameter, public fundamental_constants::ln2 = 0.693147180559945309417232_fp

Definition at line 74 of file Fundamental_Constants.f90.

◆ loschmidt_constant

real(fp), parameter, public fundamental_constants::loschmidt_constant = AVOGADRO_CONSTANT / STP_MOLAR_VOLUME

Definition at line 278 of file Fundamental_Constants.f90.

◆ module_version_id

character(*), parameter fundamental_constants::module_version_id = '$Id: Fundamental_Constants.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
private

Definition at line 47 of file Fundamental_Constants.f90.

◆ molar_gas_constant

real(fp), parameter, public fundamental_constants::molar_gas_constant = 8.314472_fp

Definition at line 171 of file Fundamental_Constants.f90.

◆ one

real(fp), parameter fundamental_constants::one = 1.0_fp
private

Definition at line 51 of file Fundamental_Constants.f90.

◆ permeability

real(fp), parameter, public fundamental_constants::permeability = PI * 4.0e-07_fp

Definition at line 91 of file Fundamental_Constants.f90.

◆ permittivity

real(fp), parameter, public fundamental_constants::permittivity = ONE / ( PERMEABILITY * SPEED_OF_LIGHT**2 )

Definition at line 97 of file Fundamental_Constants.f90.

◆ pi

real(fp), parameter, public fundamental_constants::pi = 3.141592653589793238462643_fp

Definition at line 60 of file Fundamental_Constants.f90.

◆ pi_ln

real(fp), parameter, public fundamental_constants::pi_ln = 1.144729885849400174143427_fp

Definition at line 64 of file Fundamental_Constants.f90.

◆ pi_log10

real(fp), parameter, public fundamental_constants::pi_log10 = 0.497149872694133854351268_fp

Definition at line 65 of file Fundamental_Constants.f90.

◆ pi_reciprocal

real(fp), parameter, public fundamental_constants::pi_reciprocal = 0.318309886183790671537767_fp

Definition at line 61 of file Fundamental_Constants.f90.

◆ pi_square_root

real(fp), parameter, public fundamental_constants::pi_square_root = 1.772453850905516027298167_fp

Definition at line 63 of file Fundamental_Constants.f90.

◆ pi_squared

real(fp), parameter, public fundamental_constants::pi_squared = 9.869604401089358618834491_fp

Definition at line 62 of file Fundamental_Constants.f90.

◆ planck_constant

real(fp), parameter, public fundamental_constants::planck_constant = 6.62606876e-34_fp

Definition at line 105 of file Fundamental_Constants.f90.

◆ speed_of_light

real(fp), parameter, public fundamental_constants::speed_of_light = 2.99792458e+08_fp

Definition at line 85 of file Fundamental_Constants.f90.

◆ standard_atmosphere

real(fp), parameter, public fundamental_constants::standard_atmosphere = 101325.0_fp

Definition at line 135 of file Fundamental_Constants.f90.

◆ standard_gravity

real(fp), parameter, public fundamental_constants::standard_gravity = 9.80665_fp

Definition at line 152 of file Fundamental_Constants.f90.

◆ standard_temperature

real(fp), parameter, public fundamental_constants::standard_temperature = 273.15_fp

Definition at line 146 of file Fundamental_Constants.f90.

◆ stefan_boltzmann_constant

real(fp), parameter, public fundamental_constants::stefan_boltzmann_constant = 5.670400e-08_fp

Definition at line 203 of file Fundamental_Constants.f90.

◆ stp_molar_volume

real(fp), parameter, public fundamental_constants::stp_molar_volume = ( MOLAR_GAS_CONSTANT * STANDARD_TEMPERATURE ) / STANDARD_ATMOSPHERE

Definition at line 242 of file Fundamental_Constants.f90.

◆ two

real(fp), parameter fundamental_constants::two = 2.0_fp
private

Definition at line 52 of file Fundamental_Constants.f90.

◆ unified_atomic_mass_unit

real(fp), parameter, public fundamental_constants::unified_atomic_mass_unit = 1.66053873e-27_fp

Definition at line 129 of file Fundamental_Constants.f90.

◆ zero

real(fp), parameter fundamental_constants::zero = 0.0_fp
private

Definition at line 50 of file Fundamental_Constants.f90.