45#ifndef UTILS_CONSTANTS_HPP
46#define UTILS_CONSTANTS_HPP
56namespace OpenMD::Constants {
58 static constexpr RealType PI = M_PI;
59 static constexpr RealType TWO_PI = 2.0 * PI;
71 inline constexpr RealType kb =
73 inline constexpr RealType kB =
75 inline constexpr RealType c =
77 inline constexpr RealType epsilon0 =
79 inline constexpr RealType mu0 =
82 inline constexpr RealType energyConvert =
84 inline constexpr RealType rotationalEnergyConvert = energyConvert * TWO_PI;
86 inline constexpr RealType pressureConvert =
88 inline constexpr RealType elasticConvert =
90 inline constexpr RealType energyElasticConvert =
94 inline constexpr RealType chargeFieldConvert = 23.0609;
96 inline constexpr RealType dipoleFieldConvert = 4.8018969509;
98 inline constexpr RealType dipoleConvert = 0.2081943;
101 inline constexpr RealType magneticFieldConvert = 1.0e-5;
110 inline constexpr RealType surfaceTensionConvert =
120 inline constexpr RealType viscoConvert = 1.439326479e4;
126 inline constexpr RealType densityConvert = 1.66053886;
135 inline constexpr RealType thermalConductivityConvert = 1.439326479e-5;
144 inline constexpr RealType currentConvert = 6241.573027317;
153 inline constexpr RealType currentDensityConvert = 6.241573027317e-17;
162 inline constexpr RealType chargeDensityConvert = 6.241573027317e-2;
169 inline constexpr RealType concentrationConvert = 1660.5390404272;
176 inline constexpr RealType angstromToBohr = 1.88972612;
177 inline constexpr RealType bohrToAngstrom = 0.52917721092;
178 inline constexpr RealType hartreeToKcal = 627.509469;