physical constants data structure More...
Variables | |
Named physical constants | |
real | c |
vacuum speed of light More... | |
real | gn |
gravitational constant More... | |
real | kb |
Boltzmann constant. More... | |
real | na |
Avogadro constant. More... | |
real | sb |
Stefan-Boltzmann constant. More... | |
real | rg |
universal gas constant More... | |
real | ke |
electron scattering opacity More... | |
Conversion factors from SI to other units | |
real | cf_time |
time scale More... | |
real | cf_mass |
mass scale More... | |
real | cf_momentum |
momentum scale More... | |
real | cf_energy |
energy scale More... | |
real | cf_power |
power scale More... | |
real | cf_temperature |
temperature scale More... | |
real | cf_density |
density scale More... | |
real | cf_opacity |
opacity scale More... | |
PROCEDURE | initconstants |
Additional Inherited Members | |
Public Attributes inherited from logging_base_mod::logging_base | |
integer, public | err |
error code More... | |
Detailed Description
physical constants data structure
This data type stores information on the unit system, the value of important physical constants and conversion factors to SI units.
Definition at line 52 of file constants_base.f90.
Member Function/Subroutine Documentation
◆ initconstants()
|
private |
Definition at line 73 of file constants_base.f90.
Member Data Documentation
◆ c
|
private |
vacuum speed of light
Definition at line 55 of file constants_base.f90.
◆ cf_density
|
private |
density scale
Definition at line 70 of file constants_base.f90.
◆ cf_energy
|
private |
energy scale
Definition at line 67 of file constants_base.f90.
◆ cf_mass
|
private |
mass scale
Definition at line 65 of file constants_base.f90.
◆ cf_momentum
|
private |
momentum scale
Definition at line 66 of file constants_base.f90.
◆ cf_opacity
|
private |
opacity scale
Definition at line 71 of file constants_base.f90.
◆ cf_power
|
private |
power scale
Definition at line 68 of file constants_base.f90.
◆ cf_temperature
|
private |
temperature scale
Definition at line 69 of file constants_base.f90.
◆ cf_time
|
private |
time scale
Definition at line 64 of file constants_base.f90.
◆ gn
|
private |
gravitational constant
Definition at line 56 of file constants_base.f90.
◆ kb
|
private |
Boltzmann constant.
Definition at line 57 of file constants_base.f90.
◆ ke
|
private |
electron scattering opacity
Definition at line 61 of file constants_base.f90.
◆ na
|
private |
Avogadro constant.
Definition at line 58 of file constants_base.f90.
◆ rg
|
private |
universal gas constant
Definition at line 60 of file constants_base.f90.
◆ sb
|
private |
Stefan-Boltzmann constant.
Definition at line 59 of file constants_base.f90.
The documentation for this type was generated from the following file:
- /home/webadmin/src/fosite/src/physics/constants_base.f90