Class

NumCosmoHaloDensityProfileDK14

Description [src]

class NumCosmo.HaloDensityProfileDK14 : NumCosmo.HaloDensityProfile
{
  /* No available fields */
}

Density profile of Diemer \& Kravtsov type.

This object implements the NcHaloDensityProfile class for a Diemer \& Kravtsov (DK14) density profile.

Constructors

nc_halo_density_profile_dk14_new

This function returns a NcHaloDensityProfile with a NcHaloDensityProfileDK14 implementation.

Instance methods

Methods inherited from NcHaloDensityProfile (29)

Please see NcHaloDensityProfile for a full list of methods.

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.HaloDensityProfileDK14:Delta

Constant that indicates the overdensity with respect to the critical density. Typical values range from 200 to 1500.

NumCosmo.HaloDensityProfileDK14:beta

Sharpness of the steepening in the outer profile. Typical values range from 1.0 to 10.0, with 4.0 as default.

NumCosmo.HaloDensityProfileDK14:beta-fit
No description available.

NumCosmo.HaloDensityProfileDK14:rt

Truncation radius in units of the scale radius. Typical values range from 0.5 to 10.0.

NumCosmo.HaloDensityProfileDK14:rt-fit
No description available.

Properties inherited from NcHaloDensityProfile (3)
NumCosmo.HaloDensityProfile:lnXf

Logarithm of the upper limit of the interval where the projected densities are computed $\ln(X_f)$.

NumCosmo.HaloDensityProfile:lnXi

Logarithm of the lower limit of the interval where the projected densities are computed $\ln(X_i)$.

NumCosmo.HaloDensityProfile:reltol

Relative tolerance used in the numerical computations.

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 NumCosmoHaloDensityProfileDK14Class {
  /* no available fields */
}

No description available.