MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
constants.f90 File Reference

Stores physical constants and floating point precision. More...

Go to the source code of this file.

Variables

real(dp), parameter constants::pi =3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679_dp
 pi
 
real(dp), parameter constants::sigmab =5.67037321e-8_dp
 Stefan-Boltzmann constant.
 
real(dp), parameter constants::kb =1.380648813e-23_dp
 Boltzmann constant.
 
real(dp), parameter constants::rg =8.31446218_dp
 gas constant
 
real(dp), parameter constants::na =Rg/kb
 Avogadro constant.
 

Detailed Description

Stores physical constants and floating point precision.

Author
Pavel Ferkl

Defines only unchangable parameters.

Definition in file constants.f90.