BSMPT 3.0.7
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
Loading...
Searching...
No Matches
gen_func_fluid.cpp File Reference

Namespaces

namespace  BSMPT
 This classes calculates the Bounce action of the potential with a set temperature.
 

Functions

double BSMPT::Baryo::Nintegrate_GamM (Calc_Gam_M &C_Gam)
 Nintegrate_GamM The numerical evaluation of the relaxation rates at given temperature and quark mass.
 
double BSMPT::Baryo::Nintegrate_Scp (Calc_Scp &C_Scp)
 Nintegrate_Scp Numerical evaluation of the CP-violating source terms at given temperature and quark mass.
 
double BSMPT::Baryo::NIntegrate_kappa (const Calc_kappa_t &C_kap)
 NIntegrate_kappa Numerical Numerical evaluation of the statistical factor.
 
double BSMPT::Baryo::Nintegrate_eta (const Calc_eta &C_eta, const double &z_start, const double &z_end)
 Nintegrate_eta Numerical evaluation of the eta value at a given distance to the bubble wall.
 

Function Documentation

◆ Nintegrate_eta()

double BSMPT::Baryo::Nintegrate_eta ( const Calc_eta C_eta,
const double &  z_start,
const double &  z_end 
)

Nintegrate_eta Numerical evaluation of the eta value at a given distance to the bubble wall.

Parameters
C_etaClass reference to pass all needed parameters.
z_startDistance to the wall where the chemical potentials are assumend to vanish.
z_endDistance at which eta is evaluated.
Returns
Numerical value of eta.

◆ Nintegrate_GamM()

double BSMPT::Baryo::Nintegrate_GamM ( Calc_Gam_M C_Gam)

Nintegrate_GamM The numerical evaluation of the relaxation rates at given temperature and quark mass.

Parameters
C_GamClass reference to pass the parameters.
Returns
Relaxation rate at given temperature and quark mass.

◆ NIntegrate_kappa()

double BSMPT::Baryo::NIntegrate_kappa ( const Calc_kappa_t C_kap)

NIntegrate_kappa Numerical Numerical evaluation of the statistical factor.

Parameters
C_kapClass reference to pass the needed parameters
Returns
Value of the statistical factor at given temperature and mass.

◆ Nintegrate_Scp()

double BSMPT::Baryo::Nintegrate_Scp ( Calc_Scp C_Scp)

Nintegrate_Scp Numerical evaluation of the CP-violating source terms at given temperature and quark mass.

Parameters
C_ScpClass reference to pass the parameters.
Returns
Value of Scp at given temperature and quark mass.