Class

NumCosmoHIReionCamb

Description [src]

class NumCosmo.HIReionCamb : NumCosmo.HIReion
{
  /* No available fields */
}

CAMB-like reionization object.

This object implements the reionization as done in CAMB. It is a simple model that allows to set the reionization redshifts and the width of the reionization windows.

Constructors

nc_hireion_camb_new

Creates a new NcHIReionCamb object implementing the CAMB reionization model.

Instance methods

nc_hireion_camb_calc_z_from_tau

Calculates the reionization redshift from the value of the reionization optical depth and the cosmological model cosmo.

nc_hireion_camb_set_z_from_tau

Sets the reionization redshift from the value of the reionization optical depth and the cosmological model cosmo.

nc_hireion_camb_z_to_tau

Changes the parametrization to use $\tau_\mathrm{reion}$ instead of $z_\mathrm{reion}$.

Methods inherited from NcHIReion (5)
nc_hireion_free

Decreases the reference count of reion by one.

nc_hireion_get_Xe

Gets the electron fraction from reionization $X_\e$.

nc_hireion_get_init_x

Gets the redshift ($x = 1 + z$) where the reionization begins.

nc_hireion_get_tau

Calculates the reionization optical depth $\tau_\mathrm{reion}$.

nc_hireion_ref

Increses the reference count of reion by one.

Methods inherited from NcmModel (89)

Please see NcmModel for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.HIReionCamb:HII-HeII-reion-delta
No description available.

NumCosmo.HIReionCamb:HeII-reionized
No description available.

NumCosmo.HIReionCamb:HeIII-reion-delta
No description available.

NumCosmo.HIReionCamb:z-He-re
No description available.

NumCosmo.HIReionCamb:z-He-re-fit
No description available.

NumCosmo.HIReionCamb:z-re
No description available.

NumCosmo.HIReionCamb:z-re-fit
No description available.

Properties inherited from NcHIReion (1)
NumCosmo.HIReion:prec
No description available.

Properties inherited from NcmModel (9)
NumCosmoMath.Model:implementation
No description available.
NumCosmoMath.Model:name
No description available.
NumCosmoMath.Model:nick
No description available.
NumCosmoMath.Model:params-types
No description available.
NumCosmoMath.Model:reparam
No description available.
NumCosmoMath.Model:scalar-params-len
No description available.
NumCosmoMath.Model:sparam-array
No description available.
NumCosmoMath.Model:submodel-array
No description available.
NumCosmoMath.Model:vector-params-len
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct NumCosmoHIReionCambClass {
  /* no available fields */
}

No description available.