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::CalculateEtaInterface Class Reference

#include <BSMPT/baryo_calculation/CalculateEtaInterface.h>

Public Member Functions

 CalculateEtaInterface (const std::pair< std::vector< bool >, int > &config)
 CalculateEtaInterface Initialises the class with a config pair.
 
 CalculateEtaInterface (const std::pair< std::vector< bool >, int > &config, const ISMConstants &smConstants)
 CalculateEtaInterface Initialises the class with a config pair.
 
 CalculateEtaInterface (const std::vector< bool > &method_input, const int &bot_mass_flag_in)
 
 CalculateEtaInterface (const std::vector< bool > &method_input, const int &bot_mass_flag_in, const ISMConstants &smConstants)
 
 CalculateEtaInterface (const std::string &file)
 
 CalculateEtaInterface (const std::string &file, const ISMConstants &smConstants)
 
std::pair< std::vector< bool >, int > ReadConfigFile (const std::string &file) const
 
std::vector< std::string > legend () const
 
void setNumerics (const double &vw_input, const std::vector< double > &vev_critical_input, const std::vector< double > &vev_symmetric_input, const double &TC_input, std::shared_ptr< Class_Potential_Origin > &modelPointer_input, const int &WhichMinimizer=Minimizer::WhichMinimizerDefault)
 
void setNumerics (const double &vw_input, const std::vector< double > &vev_critical_input, const std::vector< double > &vev_symmetric_input, const double &TC_input, std::shared_ptr< Class_Potential_Origin > &modelPointer_input, const AdditionalBaryoArgs &AddBaryoArgs, const int &WhichMinimizer=Minimizer::WhichMinimizerDefault)
 
std::vector< double > CalcEta ()
 
std::vector< double > CalcEta (const double &vw_input, const std::vector< double > &vev_critical_input, const std::vector< double > &vev_symmetric_input, const double &TC_input, std::shared_ptr< Class_Potential_Origin > &modelPointer_input, const int &WhichMinimizer=Minimizer::WhichMinimizerDefault)
 
std::vector< double > CalcEta (const double &vw_input, const std::vector< double > &vev_critical_input, const std::vector< double > &vev_symmetric_input, const double &TC_input, std::shared_ptr< Class_Potential_Origin > &modelPointer_input, const AdditionalBaryoArgs &AddBaryoArgs, const int &WhichMinimizer=Minimizer::WhichMinimizerDefault)
 
void setvw (double vw_in)
 
double getLW () const
 
Calc_Gam_M get_class_CalcGamM () const
 get_class_CalcGamM
 
Calc_Scp get_class_Scp () const
 get_class_Scp
 
Calc_kappa_t get_class_kappa () const
 get_class_kappa
 
auto getSymmetricCPViolatingPhase_top () const
 getSymmetricCPViolatingPhase_top
 
auto getBrokenCPViolatingPhase_top () const
 getBrokenCPViolatingPhase_top
 
auto getSymmetricCPViolatingPhase_bot () const
 getSymmetricCPViolatingPhase_bot
 
auto getBrokenCPViolatingPhase_bot () const
 getBrokenCPViolatingPhase_bot
 
auto getSymmetricCPViolatingPhase_tau () const
 getSymmetricCPViolatingPhase_tau
 
auto getBrokenCPViolatingPhase_tau () const
 getBrokenCPViolatingPhase_tau
 
void set_transport_method (TransportMethod method)
 set_transport_method calls the set_transport_method of the underlying GSL_integration_mubl
 
auto getGSL_integration_mubl_container () const
 getGSL_integration_mubl_container
 

Protected Attributes

std::vector< bool > method_transport
 
double vw
 
double TC
 
std::vector< double > vev_critical
 
std::vector< double > vev_symmetric
 
std::shared_ptr< Class_Potential_OriginmodelPointer
 
Calc_Gam_M Calc_Gam_inp
 
Calc_Scp Calc_Scp_inp
 
Calc_kappa_t Calc_kappa_inp
 
const std::size_t n_step = 50
 
Calc_eta C_eta
 
int bot_mass_flag
 
GSL_integration_mubl GSL_integration_mubl_container
 
const ISMConstants SMConstants
 SMConstants The SM Constants used during the EWBG calculation.
 

Detailed Description

This is an interface class to call the different EWBG methods

Constructor & Destructor Documentation

◆ CalculateEtaInterface() [1/6]

BSMPT::Baryo::CalculateEtaInterface::CalculateEtaInterface ( const std::pair< std::vector< bool >, int > &  config)

CalculateEtaInterface Initialises the class with a config pair.

Parameters
configconfig.first sets the CalculateEtaInterface::method_transport and second CalculateEtaInterface::bot_mass_flag

◆ CalculateEtaInterface() [2/6]

BSMPT::Baryo::CalculateEtaInterface::CalculateEtaInterface ( const std::pair< std::vector< bool >, int > &  config,
const ISMConstants smConstants 
)

CalculateEtaInterface Initialises the class with a config pair.

Parameters
configconfig.first sets the CalculateEtaInterface::method_transport and second CalculateEtaInterface::bot_mass_flag
smConstantsThe SM Constants. This should be the same as used by the parameter point used to calculate the SFOEWPT

◆ CalculateEtaInterface() [3/6]

BSMPT::Baryo::CalculateEtaInterface::CalculateEtaInterface ( const std::vector< bool > &  method_input,
const int &  bot_mass_flag_in 
)

Initialises the class member and sets the CalculateEtaInterface::method_transport and CalculateEtaInterface::bot_mass_flag

Parameters
method_inputSets the CalculateEtaInterface::method_transport member
bot_mass_flag_inSets the CalculateEtaInterface::bot_mass_flag member

◆ CalculateEtaInterface() [4/6]

BSMPT::Baryo::CalculateEtaInterface::CalculateEtaInterface ( const std::vector< bool > &  method_input,
const int &  bot_mass_flag_in,
const ISMConstants smConstants 
)

Initialises the class member and sets the CalculateEtaInterface::method_transport and CalculateEtaInterface::bot_mass_flag

Parameters
method_inputSets the CalculateEtaInterface::method_transport member
bot_mass_flag_inSets the CalculateEtaInterface::bot_mass_flag member
smConstantsThe SM Constants. This should be the same as used by the parameter point used to calculate the SFOEWPT

◆ CalculateEtaInterface() [5/6]

BSMPT::Baryo::CalculateEtaInterface::CalculateEtaInterface ( const std::string &  file)

Initialises the class member and sets the CalculateEtaInterface::method_transport and CalculateEtaInterface::bot_mass_flag with the input given in the input file

Parameters
fileinput file to get the settings

◆ CalculateEtaInterface() [6/6]

BSMPT::Baryo::CalculateEtaInterface::CalculateEtaInterface ( const std::string &  file,
const ISMConstants smConstants 
)

Initialises the class member and sets the CalculateEtaInterface::method_transport and CalculateEtaInterface::bot_mass_flag with the input given in the input file

Parameters
fileinput file to get the settings
smConstantsThe SM Constants. This should be the same as used by the parameter point used to calculate the SFOEWPT

Member Function Documentation

◆ CalcEta() [1/3]

std::vector< double > BSMPT::Baryo::CalculateEtaInterface::CalcEta ( )

Calculates all EWBG methods turned on in CalculateEtaInterface::method_transport with the numerical values set in CalculateEtaInterface::setNumerics()

Returns
The results of the different EWBG methods

◆ CalcEta() [2/3]

std::vector< double > BSMPT::Baryo::CalculateEtaInterface::CalcEta ( const double &  vw_input,
const std::vector< double > &  vev_critical_input,
const std::vector< double > &  vev_symmetric_input,
const double &  TC_input,
std::shared_ptr< Class_Potential_Origin > &  modelPointer_input,
const AdditionalBaryoArgs AddBaryoArgs,
const int &  WhichMinimizer = Minimizer::WhichMinimizerDefault 
)

Calls the CalculateEtaInterface::setNumerics() function and then calculates the EWBG methods stored in CalculateEtaInterface::method_transport

Parameters
vw_inputSets the wall velocity CalculateEtaInterface::vw
vev_critical_inputSets the vev in the broken phase CalculateEtaInterface::vev_critical
vev_symmetric_inputSets the vev in the symmetric phase CalculateEtaInterface::vev_symmetric
TC_inputSets the critical temperature CalculateEtaInterface::TC
modelPointer_inputSets the used parameter point CalculateEtaInterface::modlePointer
AddBaryoArgsInstance of AdditionalBaryoArgs used for optional parameters in the different methods
WhichMinimizerdefines which minimizers should be used
Returns
The results of the different EWBG methods

◆ CalcEta() [3/3]

std::vector< double > BSMPT::Baryo::CalculateEtaInterface::CalcEta ( const double &  vw_input,
const std::vector< double > &  vev_critical_input,
const std::vector< double > &  vev_symmetric_input,
const double &  TC_input,
std::shared_ptr< Class_Potential_Origin > &  modelPointer_input,
const int &  WhichMinimizer = Minimizer::WhichMinimizerDefault 
)

Calls the CalculateEtaInterface::setNumerics() function and then calculates the EWBG methods stored in CalculateEtaInterface::method_transport

Parameters
vw_inputSets the wall velocity CalculateEtaInterface::vw
vev_critical_inputSets the vev in the broken phase CalculateEtaInterface::vev_critical
vev_symmetric_inputSets the vev in the symmetric phase CalculateEtaInterface::vev_symmetric
TC_inputSets the critical temperature CalculateEtaInterface::TC
modelPointer_inputSets the used parameter point CalculateEtaInterface::modlePointer
WhichMinimizerdefines which minimizers should be used
Returns
The results of the different EWBG methods

◆ get_class_CalcGamM()

Calc_Gam_M BSMPT::Baryo::CalculateEtaInterface::get_class_CalcGamM ( ) const

get_class_CalcGamM

Returns
Calc_Gam_inp

◆ get_class_kappa()

Calc_kappa_t BSMPT::Baryo::CalculateEtaInterface::get_class_kappa ( ) const

get_class_kappa

Returns
Calc_kappa_inp

◆ get_class_Scp()

Calc_Scp BSMPT::Baryo::CalculateEtaInterface::get_class_Scp ( ) const

get_class_Scp

Returns
Calc_Scp_inp

◆ getLW()

double BSMPT::Baryo::CalculateEtaInterface::getLW ( ) const
Returns
Wall thickness LW calculated through GSL_integration_mubl::init()

◆ legend()

std::vector< std::string > BSMPT::Baryo::CalculateEtaInterface::legend ( ) const

Returns a string with the labels of the used EWBG methods stored in CalculateEtaInterface::method_transport

◆ ReadConfigFile()

std::pair< std::vector< bool >, int > BSMPT::Baryo::CalculateEtaInterface::ReadConfigFile ( const std::string &  file) const

Read in the input file to get the configuration for the class

◆ set_transport_method()

void BSMPT::Baryo::CalculateEtaInterface::set_transport_method ( TransportMethod  method)
inline

set_transport_method calls the set_transport_method of the underlying GSL_integration_mubl

Parameters
method

◆ setNumerics() [1/2]

void BSMPT::Baryo::CalculateEtaInterface::setNumerics ( const double &  vw_input,
const std::vector< double > &  vev_critical_input,
const std::vector< double > &  vev_symmetric_input,
const double &  TC_input,
std::shared_ptr< Class_Potential_Origin > &  modelPointer_input,
const AdditionalBaryoArgs AddBaryoArgs,
const int &  WhichMinimizer = Minimizer::WhichMinimizerDefault 
)

Sets the numerical values needed for the calculation

Parameters
vw_inputSets the wall velocity CalculateEtaInterface::vw
vev_critical_inputSets the vev in the broken phase CalculateEtaInterface::vev_critical
vev_symmetric_inputSets the vev in the symmetric phase CalculateEtaInterface::vev_symmetric
TC_inputSets the critical temperature CalculateEtaInterface::TC
modelPointer_inputSets the used parameter point CalculateEtaInterface::modlePointer
AddBaryoArgsInstance of AdditionalBaryoArgs used for optional parameters in the different methods
WhichMinimizerdefines which minimizers should be used
Returns
The labels of the different EWBG methods

◆ setNumerics() [2/2]

void BSMPT::Baryo::CalculateEtaInterface::setNumerics ( const double &  vw_input,
const std::vector< double > &  vev_critical_input,
const std::vector< double > &  vev_symmetric_input,
const double &  TC_input,
std::shared_ptr< Class_Potential_Origin > &  modelPointer_input,
const int &  WhichMinimizer = Minimizer::WhichMinimizerDefault 
)

Sets the numerical values needed for the calculation

Parameters
vw_inputSets the wall velocity CalculateEtaInterface::vw
vev_critical_inputSets the vev in the broken phase CalculateEtaInterface::vev_critical
vev_symmetric_inputSets the vev in the symmetric phase CalculateEtaInterface::vev_symmetric
TC_inputSets the critical temperature CalculateEtaInterface::TC
modelPointer_inputSets the used parameter point CalculateEtaInterface::modlePointer
WhichMinimizerdefines which minimizers should be used
Returns
The labels of the different EWBG methods

◆ setvw()

void BSMPT::Baryo::CalculateEtaInterface::setvw ( double  vw_in)

Sets the wall velocity CalculateEtaInterface::vw

Parameters
vw_inInput value for the wall velocity CalculateEtaInterface::vw

Member Data Documentation

◆ bot_mass_flag

int BSMPT::Baryo::CalculateEtaInterface::bot_mass_flag
protected

Set if the bot is treated as massive (1) or not (2)

◆ C_eta

Calc_eta BSMPT::Baryo::CalculateEtaInterface::C_eta
protected

The member instance of the Calc_eta class to calculate the fluid Ansatz

◆ Calc_Gam_inp

Calc_Gam_M BSMPT::Baryo::CalculateEtaInterface::Calc_Gam_inp
protected

Initialisation of Gam_M class for the numerical evaluation of Gamma_M

◆ Calc_kappa_inp

Calc_kappa_t BSMPT::Baryo::CalculateEtaInterface::Calc_kappa_inp
protected

Initialisation of kappa class for the numerical evaluation of kappa

◆ Calc_Scp_inp

Calc_Scp BSMPT::Baryo::CalculateEtaInterface::Calc_Scp_inp
protected

Initialisation of S_CP class for the numerical evaluation of S_CP

◆ GSL_integration_mubl_container

GSL_integration_mubl BSMPT::Baryo::CalculateEtaInterface::GSL_integration_mubl_container
protected

struct to pass all necessary informations for the transport methods to the respective classes. Also calculates the wall thickness LW

◆ method_transport

std::vector<bool> BSMPT::Baryo::CalculateEtaInterface::method_transport
protected

Bool vector to tell which EWBG method is used and which is not. At the moment this is
method_transport(0) --> top only included in transport equations
method_transport(1) --> top+bot included in transport equations
method_transport(2) --> top+bot+tau included in transport equations
method_transport(3) --> FH Ansatz with plasma velocities
method_transport(4) --> FH Ansatz with plasma velocities replaced by the second derivatives

◆ modelPointer

std::shared_ptr<Class_Potential_Origin> BSMPT::Baryo::CalculateEtaInterface::modelPointer
protected

modelPointer for the used parameter point

◆ n_step

const std::size_t BSMPT::Baryo::CalculateEtaInterface::n_step = 50
protected

The step size used in the fluid methods

◆ TC

double BSMPT::Baryo::CalculateEtaInterface::TC
protected

The critical temperature

◆ vev_critical

std::vector<double> BSMPT::Baryo::CalculateEtaInterface::vev_critical
protected

The vev in the broken phase at the critical temperature

◆ vev_symmetric

std::vector<double> BSMPT::Baryo::CalculateEtaInterface::vev_symmetric
protected

The vev in the symmetric phase at the critical temperature

◆ vw

double BSMPT::Baryo::CalculateEtaInterface::vw
protected

the bubble wall velocity


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