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
BSMPT::Baryo::Calc_eta Class Reference

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
 

Detailed Description

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

Member Function Documentation

◆ operator()()

void BSMPT::Baryo::Calc_eta::operator() ( const state_type &  eta,
state_type &  deta,
const double  z 
)

operator () Needed for the boost interface.

Parameters
etaCurrent state of eta.
detaCurrent state of the derivative of eta.
zBubble wall distance.

◆ set_class()

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.

Parameters
arrGrid 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
TempTemperature
vwBubble wall velocity

The documentation for this class was generated from the following files: