Virtual Method

NumCosmoHICosmoMassNuInfo

Declaration [src]

void
MassNuInfo (
  NcHICosmo* cosmo,
  const guint nu_i,
  gdouble* mass_eV,
  gdouble* T_0,
  gdouble* xi,
  gdouble* g
)

Description [src]

Gets the physical properties of the nu_i-th massive neutrino species.

Parameters

nu_i

Type: const guint

The massive neutrino index.

mass_eV

Type: gdouble*

The neutrino mass in eV.

The argument will be set by the function.
T_0

Type: gdouble*

The neutrino temperature today.

The argument will be set by the function.
xi

Type: gdouble*

The chemical potential.

The argument will be set by the function.
g

Type: gdouble*

The degeneracy factor.

The argument will be set by the function.