Class

NumCosmoHIReion

Description [src]

abstract class NumCosmo.HIReion : NumCosmoMath.Model
{
  /* No available fields */
}

Abstract class for implementing homogeneous and isotropic reionization models.

$ \newcommand{\He}{\text{He}} \newcommand{\HeI}{\text{HeI}} \newcommand{\HeII}{\text{HeII}} \newcommand{\HeIII}{\text{HeIII}} \newcommand{\Hy}{\text{H}} \newcommand{\HyI}{\text{HI}} \newcommand{\HyII}{\text{HII}} \newcommand{\e}{{\text{e}^-}} $

See [NcRecomb][NcRecomb.description] for symbol definitions.

Ancestors

Descendants

Functions

nc_hireion_clear

If reion is different from NULL, decreses the reference count of reion by one and sets reion to NULL.

nc_hireion_id
No description available.

Instance methods

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.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 NumCosmoHIReionClass {
  gdouble (* get_init_x) (
    NcHIReion* reion,
    NcHICosmo* cosmo
  );
  gdouble (* get_Xe) (
    NcHIReion* reion,
    NcHICosmo* cosmo,
    const gdouble lambda,
    const gdouble Xe_recomb
  );
  gdouble (* get_tau) (
    NcHIReion* reion,
    NcHICosmo* cosmo
  );
  
}

No description available.

Class members
get_init_x: gdouble (* get_init_x) ( NcHIReion* reion, NcHICosmo* cosmo )

No description available.

get_Xe: gdouble (* get_Xe) ( NcHIReion* reion, NcHICosmo* cosmo, const gdouble lambda, const gdouble Xe_recomb )

No description available.

get_tau: gdouble (* get_tau) ( NcHIReion* reion, NcHICosmo* cosmo )

No description available.

Virtual methods

NumCosmo.HIReionClass.get_Xe

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

NumCosmo.HIReionClass.get_init_x

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

NumCosmo.HIReionClass.get_tau

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