Class

NumCosmoHaloCMBhattacharya13

Description [src]

final class NumCosmo.HaloCMBhattacharya13 : NumCosmo.HaloMassSummary
{
  /* No available fields */
}

Class defining the Bhattacharya et al. 2013 concentration-mass relation

This class implements the Bhattacharya et al. 2013 concentration-mass relation. FIXME include reference, equation, ranges of mass and redshift. TODO: include the following conditions for the mass (parameter): Range - M_min = 2E12 up to M_max = 2E15 But, if z > 0.5, then M_max = 2E14 and, if z > 1.5, then M_max = 1E14. These values are in units of Msun/h.

Constructors

nc_halo_cm_bhattacharya13_new

This function returns the NcHaloCMBhattacharya13 implementation of NcHaloMassSummary setting NcHaloMassSummary:mass-def to mdef and NcHaloMassSummary:Delta to Delta.

Functions

nc_halo_cm_bhattacharya13_clear

Decrease the reference count of hcmb by one, and sets the pointer *hcmb to NULL.

Instance methods

nc_halo_cm_bhattacharya13_free

Decrease the reference count of hcmb by one.

nc_halo_cm_bhattacharya13_ref

Increase the reference of hcmb by one.

Methods inherited from NcHaloMassSummary (9)
nc_halo_mass_summary_Delta

This function computes the overdensity with respect to the mass density $\Delta$.

nc_halo_mass_summary_Delta_rho_bg

This function computes the mass density threshold $\Delta\,\rho_bg$ in $M_\odot\mathrm{Mpc}^{-3}$.

nc_halo_mass_summary_concentration

Computes the concentration. The specific implementation is provided by the child classes. Concentration can be a parameter or defined by a mass-concentration relation.

nc_halo_mass_summary_free

Decrease the reference count of hms by one.

nc_halo_mass_summary_get_Delta

Gets the overdensity constant.

nc_halo_mass_summary_get_mdef

Gets the mass definition.

nc_halo_mass_summary_mass

Computes the halo mass. The specific implementation is provided by the child classes. In general, mass will be a parameter of the model.

nc_halo_mass_summary_ref

Increase the reference of hms by one.

nc_halo_mass_summary_rho_bg

This function computes the background mass density $\rho_\mathrm{bg}$ in $M_\odot\mathrm{Mpc}^{-3}$.

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.HaloCMBhattacharya13:growth-function

This property keeps the growth function object.

NumCosmo.HaloCMBhattacharya13:log10MDelta

Logarithm base 10 of the cluster mass $M_\Delta$ in units of solar masses $M_\odot$ (ncm_c_mass_solar()) within $r_\Delta$, where $\Delta$ is the over-density, see Eq. \eqref{eq:mrr}.

NumCosmo.HaloCMBhattacharya13:log10MDelta-fit

Boolean property that controls whether the parameter NcHaloMCParam:log10MDelta should be included in a statistical analysis.

NumCosmo.HaloCMBhattacharya13:mass-function

This property keeps the halo mass function object.

Properties inherited from NcHaloMassSummary (2)
NumCosmo.HaloMassSummary:Delta

Constant that indicates the overdensity with respect to the background density $\rho_\mathrm{bg}$. See NcHaloMassSummary:mass-def.

NumCosmo.HaloMassSummary:mass-def

Background density $\rho_\mathrm{bg}$ used in the mass definition \eqref{eq:mrr}. See the enumerator NcHaloMassSummaryMassDef for more details about the background density definition.

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 NumCosmoHaloCMBhattacharya13Class {
  NcHaloMassSummaryClass parent_class;
  
}

No description available.

Class members
parent_class: NcHaloMassSummaryClass

No description available.