Viel05

class hmf.alternatives.wdm.Viel05(mx, cosmo=FlatLambdaCDM(name='Planck15', H0=<Quantity 67.74 km / (Mpc s)>, Om0=0.3075, Tcmb0=<Quantity 2.7255 K>, Neff=3.046, m_nu=<Quantity [0., 0., 0.06] eV>, Ob0=0.0486), z=0, **model_params)[source]

Transfer function from Viel 2005 (which is exactly the same as Bode et al. 2001).

Formula from Bode et. al. 2001 eq. A9.

Parameters:
  • mx (float) – Mass of the particle in keV

  • cosmo (hmf.cosmo.Cosmology instance) – A cosmology.

  • z (float) – Redshift.

  • **model_parameters (unpack-dict) –

    Parameters specific to a model. Available parameters are as follows. To see the default values, check the _defaults class attribute.

    mu:

    g_x:

Attributes

Methods

__init__(mx, cosmo=FlatLambdaCDM(name='Planck15', H0=<Quantity 67.74 km / (Mpc s)>, Om0=0.3075, Tcmb0=<Quantity 2.7255 K>, Neff=3.046, m_nu=<Quantity [0., 0., 0.06] eV>, Ob0=0.0486), z=0, **model_params)
classmethod get_models() dict[str, type]

Get a dictionary of all implemented models for this component.

transfer(k)[source]

Compute the modified WDM transfer function.