#include <QuarticSymmBreaking.h>

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