Class
NumCosmoHaloDensityProfileNFW
Description [src]
final class NumCosmo.HaloDensityProfileNFW : NumCosmo.HaloDensityProfile
{
/* No available fields */
}
Navarro-Frenk-White (NFW) density profile.
Implements NcHaloDensityProfile with the dimensionless 3D density
\begin{equation}
\hat{\rho}(x) = \frac{1}{x(1 + x)^2},
\end{equation}
where $x = r/r_s$. The spherical mass, surface density, and cylinder mass all
have closed forms.
For these closed-form expressions and references, see the theoretical background page: Halo Density Profiles.
Constructors
nc_halo_density_profile_nfw_new
This function returns the NcHaloDensityProfileNFW implementation of
NcHaloDensityProfile given a NcHaloMassSummary.
Instance methods
Methods inherited from NcHaloDensityProfile (29)
Please see NcHaloDensityProfile for a full list of methods.
Properties
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
NumCosmoMath.Model:name
NumCosmoMath.Model:nick
NumCosmoMath.Model:params-types
NumCosmoMath.Model:reparam
NumCosmoMath.Model:scalar-params-len
NumCosmoMath.Model:sparam-array
NumCosmoMath.Model:submodel-array
NumCosmoMath.Model:vector-params-len
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.