28 namespace PhysicsUtils {
32 , m_omega_lambda{omega_lambda}
33 , m_omega_k{1.0 - omega_m - omega_lambda}
34 , m_H_0{hubble_constant} {}
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.
CosmologicalParameters(double omega_m=0.3089, double omega_lambda=0.6911, double hubble_constant=67.74)
Constructor taking the cosmologycal parameters.
double getHubbleConstant() const
Get the Hubble constant H_0 in (km/s)/Mpc.
double getOmegaLambda() const
Get Omega Lambda for the cosmology.