TUV-x
|
Common physical constants. More...
Variables | |
Primitive type kinds | |
Kind of an integer | |
integer, parameter | musica_ik = kind(1) |
integer, parameter | musica_rk = kind(0.0) |
Kind of a single-precision real number. | |
integer, parameter | musica_dk = kind(0.0d0) |
Kind of a double-precision real number. | |
integer, parameter | musica_lk = kind(.true.) |
Kind of a boolean. | |
Physical constants | |
Pi | |
real(kind=musica_dk), parameter | kpi = 3.14159265358979323846d0 |
real(kind=musica_dk), parameter | kavagadro = 6.02214179d23 |
Avagadro's number [molec mol-1]. | |
real(kind=musica_dk), parameter | kuniversalgasconstant = 8.314472d0 |
Universal gas constant [J mol-1 K-1]. | |
Common physical constants.