Public Member Functions | |
QuarticSymmBreaking (String str, Parameters p) | |
Constructs a potential term. | |
double | eval_V (double psi, double T) |
Evaluates the potential term. | |
double | eval_dVdpsi (double psi, double T) |
Evaluates the derivative of the potential. | |
double | get_lambda () |
Gets the lambda coupling constant. | |
double | get_C () |
Gets the C factor. |
gridripper::phys::scalar::QuarticSymmBreaking::QuarticSymmBreaking | ( | String | str, | |
Parameters | p | |||
) | [inline] |
Constructs a potential term.
str | the parameter string containing "lambda=...", "sigma=..." and "C=..." | |
p | parameters |
double gridripper::phys::scalar::QuarticSymmBreaking::eval_V | ( | double | psi, | |
double | T | |||
) | [inline, virtual] |
Evaluates the potential term.
psi | the scalar field | |
T | effective temperature |
Implements gridripper::phys::scalar::ScalarPotential.
double gridripper::phys::scalar::QuarticSymmBreaking::eval_dVdpsi | ( | double | psi, | |
double | T | |||
) | [inline, virtual] |
Evaluates the derivative of the potential.
psi | the scalar field | |
T | effective temperature |
Implements gridripper::phys::scalar::ScalarPotential.
double gridripper::phys::scalar::QuarticSymmBreaking::get_lambda | ( | ) | [inline] |
Gets the lambda coupling constant.
double gridripper::phys::scalar::QuarticSymmBreaking::get_C | ( | ) | [inline] |
Gets the C factor.