BSMPT 3.0.7
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
|
#include <BSMPT/baryo_calculation/Fluid_Type/gen_func_fluid.h>
#include <BSMPT/models/ClassPotentialOrigin.h>
#include <BSMPT/utility/Logger.h>
#include <gsl/gsl_math.h>
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. | |
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.
C_eta | Class reference to pass all needed parameters. |
z_start | Distance to the wall where the chemical potentials are assumend to vanish. |
z_end | Distance at which eta is evaluated. |
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.
C_Gam | Class reference to pass the parameters. |
double BSMPT::Baryo::NIntegrate_kappa | ( | const Calc_kappa_t & | C_kap | ) |
NIntegrate_kappa Numerical Numerical evaluation of the statistical factor.
C_kap | Class reference to pass the needed parameters |
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.
C_Scp | Class reference to pass the parameters. |