1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00

added solar mass to constants

This commit is contained in:
Oliver Hahn 2020-08-25 12:36:10 +02:00
parent dc99c5063f
commit 5bd88ed464

View file

@ -69,4 +69,7 @@ static constexpr double u_SI = 1.660539040e-27;
// critical density of the Universe in h^2 kg/m^3
static constexpr double rhocrit_h2_SI = 3 * 1e10 / (8 * pi_ * G_SI) / Mpc_SI / Mpc_SI;
// solar mass in kg
static constexpr double Msun_SI = 1.98847e30;
} // namespace phys_const