28 namespace PhysicsUtils {
32 double hubble_constant) : m_omega_m{omega_m},
33 m_omega_lambda{omega_lambda},
34 m_omega_k{1.0-omega_m-omega_lambda},
35 m_H_0{hubble_constant}{
double getOmegaLambda() const
Get Omega Lambda for the cosmology.
CosmologicalParameters(double omega_m=0.3089, double omega_lambda=0.6911, double hubble_constant=67.74)
Constructor taking the cosmologycal parameters.
double getOmegaK() const
Get the Omega curvature (computed as 1 - Omega_m - Omega_L) for the cosmology.
double getOmegaM() const
Get Omega matter for the cosmology.
double getHubbleConstant() const
Get the Hubble constant H_0 in (km/s)/Mpc.