Class

NumCosmoHICosmoQGRW

Description [src]

class NumCosmo.HICosmoQGRW : NumCosmo.HICosmo
  implements NumCosmo.HIPertIAdiab, NumCosmo.HIPertIGW, NumCosmo.HIPertITwoFluids {
  /* No available fields */
}

Radiation plus $w$-fluid model with a quantum generated bounce phase model.

In this model the adiabatic mode $\zeta$ has its mass, speed of sound square $c_s^2$ and frequency square $\nu_\zeta^2$ given by \begin{align} m_\zeta &= 3 \Delta_\bar{K}\sqrt{\Omega_{w0}} x^{-3(1-w)/2}\frac{(1 + w) + 4R/3}{c_s^2}\frac{1}{\sqrt{(1-exp(-2\vert\alpha\vert)) + (1-exp(-3(1-w)\vert\alpha\vert))}}, \ c_s^2 &= \frac{w (1 + w) + 4R/9}{(1+w) + 4R/3}, \ \nu_\zeta^2 &= \frac {c_s^2 k^2}{\Omega_{w0} x^{1+3w} ((1-exp(-2\vert\alpha\vert)) + (1-exp(-3(1-w)\vert\alpha\vert)))}, \end{align} where $$R \equiv \frac{\Omega_{r0} x}{\Omega_{w0} x^{3w}}.$$.

Constructors

nc_hicosmo_qgrw_new

Creates a new NcHICosmoQGRW quantum generated bounce model.

Instance methods

Methods inherited from NcHICosmo (79)

Please see NcHICosmo 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.

Methods inherited from NcHIPertIAdiab (12)
nc_hipert_iadiab_eval_F1

Computes the value of $F_1 = \dot{\xi}/(2\nu)$.

nc_hipert_iadiab_eval_hubble

Evaluates the Hubble function at a given time $\tau$.

nc_hipert_iadiab_eval_lapse

Evaluates the lapse function at a given time $\tau$.

nc_hipert_iadiab_eval_m

Computes the value of $m$.

nc_hipert_iadiab_eval_nu

Computes the value of $\nu$.

nc_hipert_iadiab_eval_p2Psi

Evaluates the conversion factor to convert the momentum of the adiabatic mode to the gauge invariant variable $\Psi$.

nc_hipert_iadiab_eval_p2drho

Evaluates the conversion factor to convert the momentum of the adiabatic mode to the gauge invariant variable $\delta\rho$.

nc_hipert_iadiab_eval_tau_hubble

Evaluates the time at where the Hubble radius is equal to the wave number $k$.

nc_hipert_iadiab_eval_tau_jeans

Evaluates the time at where the Jeans scale is equal to the wave number $k$.

nc_hipert_iadiab_eval_unit

Numerical factor for the power spectrum of the adiabatic mode.

nc_hipert_iadiab_eval_x

Evaluates the value of $x = a_0/a$ at a given time $\tau$.

nc_hipert_iadiab_eval_xi

Computes the value of $\xi = \ln(m\nu)$.

Methods inherited from NcHIPertIGW (6)
nc_hipert_igw_eval_F1

Computes the value of $F_1 = \dot{\xi}/(2\nu)$.

nc_hipert_igw_eval_m

Computes the value of $m$.

nc_hipert_igw_eval_nu

Computes the value of $\nu$.

nc_hipert_igw_eval_unit

Evaluates the unit conversion factor for the gravitational wave amplitude. This factor converts the dimensionless gravitational wave amplitude to physical units.

nc_hipert_igw_eval_x

Evaluates the value of $x = a_0 / a$ at a given time $\tau$.

nc_hipert_igw_eval_xi

Computes the value of $\xi = \ln(m\nu)$.

Methods inherited from NcHIPertITwoFluids (4)
nc_hipert_itwo_fluids_eom_eval

Computes the coefficients of the differential equation for the perturbations of the two fluids system.

nc_hipert_itwo_fluids_eval_unit
No description available.

nc_hipert_itwo_fluids_tv_eval

Computes the transformation matrix between the perturbations of the two fluids system and the variables used in the differential equation.

nc_hipert_itwo_fluids_wkb_eval

Computes the WKB approximations of the perturbations of the two fluids system.

Properties

NumCosmo.HICosmoQGRW:H0
No description available.

NumCosmo.HICosmoQGRW:H0-fit
No description available.

NumCosmo.HICosmoQGRW:Omegar
No description available.

NumCosmo.HICosmoQGRW:Omegar-fit
No description available.

NumCosmo.HICosmoQGRW:Omegaw
No description available.

NumCosmo.HICosmoQGRW:Omegaw-fit
No description available.

NumCosmo.HICosmoQGRW:w
No description available.

NumCosmo.HICosmoQGRW:w-fit
No description available.

NumCosmo.HICosmoQGRW:xb
No description available.

NumCosmo.HICosmoQGRW:xb-fit
No description available.

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 NumCosmoHICosmoQGRWClass {
  NcHICosmoClass parent_class;
  
}

No description available.

Class members
parent_class: NcHICosmoClass

No description available.