Class

NumCosmoHIPertCompPB

Description [src]

class NumCosmo.HIPertCompPB : NumCosmo.HIPertComp
{
  /* No available fields */
}

Photon-Baryon plasma compoment.

This object is a subclass of NcHIPertComp and is designed to implement the photon-baryon plasma component of the perturbations. It is employed by NcHIPert and is responsible for computing the perturbations of the photon-baryon plasma component.

Ancestors

Constructors

nc_hipert_comp_pb_new

Creates a new NcHIPertCompPB.

Functions

nc_hipert_comp_pb_clear

Decreases the reference count of pb and sets the pointer pb to NULL.

nc_hipert_comp_pb_id
No description available.

Instance methods

nc_hipert_comp_pb_free

Decreases the reference count of pb.

nc_hipert_comp_pb_get_lmax
No description available.

nc_hipert_comp_pb_ref

Increases the reference count of pb.

nc_hipert_comp_pb_set_lmax

Sets the maximum momentum of the photon distribution to $\ell_\mathrm{max}=$lmax.

Methods inherited from NcHIPertComp (10)
nc_hipert_comp_free

Decreases the reference count of comp.

nc_hipert_comp_get_T_scalar

Calculates the current value of the energy momentum tensor and stores it in T_scalar.

nc_hipert_comp_get_T_scalar_info
No description available.

nc_hipert_comp_get_deps
No description available.

nc_hipert_comp_get_dy_scalar

Calculates the time derivative of the dynamical variables.

nc_hipert_comp_get_gauge

Gets the gauge NcHIPertGravGauge used by the component comp.

nc_hipert_comp_get_id
No description available.

nc_hipert_comp_ndyn_var
No description available.

nc_hipert_comp_ref

Increases the reference count of comp.

nc_hipert_comp_set_gauge

Sets the gauge NcHIPertGravGauge that the component comp should use.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.HIPertCompPB:l-max
No description available.

Properties inherited from NcHIPertComp (1)
NumCosmo.HIPertComp:gauge
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 NumCosmoHIPertCompPBClass {
  /* no available fields */
}

No description available.