BSMPT 3.0.7
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
|
The Calc_eta class Class instance for the numerical evaluation of the eta value. More...
#include <BSMPT/baryo_calculation/Fluid_Type/gen_func_fluid.h>
Public Member Functions | |
Calc_eta (const ISMConstants &smConstants) | |
void | set_class (std::vector< double > array_z, std::vector< double > array_nL, double Temp, double vw) |
void | set_class (std::pair< std::vector< double >, std::vector< double > > arr, double Temp, double vw) |
set_class Set function to set all class parameters. | |
void | operator() (const state_type &eta, state_type &deta, const double z) |
operator () Needed for the boost interface. | |
Public Attributes | |
double | prefactor |
Private Attributes | |
ISMConstants | SMConstants |
double | Temp |
Temp Temperature. | |
double | vw |
vw Bubble wall velocity | |
boost_cubic_b_spline< double > | nL_cub |
nL_cub Boost spline for the left-handed fermion density as function of the bubble wall distance z. | |
double | exponent_prefactor |
std::vector< double > | array_z |
std::vector< double > | array_nL |
The Calc_eta class Class instance for the numerical evaluation of the eta value.
Numerical evaluation of the eta value; Checked with 1710.04061 GammaWS = 3*GammaWS_Huber
void BSMPT::Baryo::Calc_eta::operator() | ( | const state_type & | eta, |
state_type & | deta, | ||
const double | z | ||
) |
operator () Needed for the boost interface.
eta | Current state of eta. |
deta | Current state of the derivative of eta. |
z | Bubble wall distance. |
void BSMPT::Baryo::Calc_eta::set_class | ( | std::pair< std::vector< double >, std::vector< double > > | arr, |
double | Temp, | ||
double | vw | ||
) |
set_class Set function to set all class parameters.
arr | Grid for the cubic spline of the left-handed quark density as function of the bubble wall distance z. arr.first--> z arr.second--> n_L |
Temp | Temperature |
vw | Bubble wall velocity |