25#ifndef PHYSICSUTILS_PHYSICSUTILS_COSMOLOGICALPARAMETERS_H_
26#define PHYSICSUTILS_PHYSICSUTILS_COSMOLOGICALPARAMETERS_H_
29namespace PhysicsUtils {
52 CosmologicalParameters(
double omega_m = 0.3089,
double omega_lambda = 0.6911,
double hubble_constant = 67.74);
Model the cosmological parameters. Omega_m, Omega_lambda, Omega_k and hubble_constant....
virtual ~CosmologicalParameters()=default
double getOmegaLambda() const
Get Omega Lambda for the cosmology.
double getHubbleConstant() const
Get the Hubble constant H_0 in (km/s)/Mpc.
double getOmegaM() const
Get Omega matter for the cosmology.
double getOmegaK() const
Get the Omega curvature (computed as 1 - Omega_m - Omega_L) for the cosmology.