NcMultiplicityFuncTinkerMeanNormalized

NcMultiplicityFuncTinkerMeanNormalized — Dark matter halo -- Tinker normalized multiplicity function mean matter density.

Properties

double Delta Read / Write / Construct Only

Object Hierarchy

    GObject
    ╰── NcMultiplicityFunc
        ╰── NcMultiplicityFuncTinkerMeanNormalized

Description

Normalized multiplicity function that has to be used in the halo model approach.

FIXME Reference: arXiv:1001.3162

Functions

nc_multiplicity_func_tinker_mean_normalized_new ()

NcMultiplicityFuncTinkerMeanNormalized *
nc_multiplicity_func_tinker_mean_normalized_new
                               (void);

FIXME


nc_multiplicity_func_tinker_mean_normalized_ref ()

NcMultiplicityFuncTinkerMeanNormalized *
nc_multiplicity_func_tinker_mean_normalized_ref
                               (NcMultiplicityFuncTinkerMeanNormalized *mt10);

Increases the reference count of mt10 by one.

Returns

mt10 .

[transfer full]


nc_multiplicity_func_tinker_mean_normalized_free ()

void
nc_multiplicity_func_tinker_mean_normalized_free
                               (NcMultiplicityFuncTinkerMeanNormalized *mt10);

Atomically decrements the reference count of mt10 by one. If the reference count drops to 0, all memory allocated by mt10 is released.


nc_multiplicity_func_tinker_mean_normalized_clear ()

void
nc_multiplicity_func_tinker_mean_normalized_clear
                               (NcMultiplicityFuncTinkerMeanNormalized **mt10);

Atomically decrements the reference count of mt10 by one. If the reference count drops to 0, all memory allocated by mt10 is released. Set the pointer to NULL;


nc_multiplicity_func_tinker_mean_normalized_set_Delta ()

void
nc_multiplicity_func_tinker_mean_normalized_set_Delta
                               (NcMultiplicityFuncTinkerMeanNormalized *mt10,
                                gdouble Delta);

Sets the value Delta to the “Delta” property.

Parameters

mt10

a NcMultiplicityFuncTinkerMeanNormalized.

 

Delta

value of “Delta”.

 

nc_multiplicity_func_tinker_mean_normalized_get_Delta ()

gdouble
nc_multiplicity_func_tinker_mean_normalized_get_Delta
                               (const NcMultiplicityFuncTinkerMeanNormalized *mt10);

Returns

the value of “Delta” property.

Property Details

The “Delta” property

  “Delta”                    double

Spherical overdensity mass (SO): spherical region Delta times denser than the mean matter density of the universe.

Owner: NcMultiplicityFuncTinkerMeanNormalized

Flags: Read / Write / Construct Only

Allowed values: [200,3200]

Default value: 200