WallGo.containers.BoltzmannBackground
- class BoltzmannBackground(velocityMid, velocityProfile, fieldProfiles, temperatureProfile, polynomialBasis='Cardinal')[source]
Bases:
objectContainer for holding velocity, temperature and field backgrounds on which out-of-equilibrium fluctuations live.
- Parameters:
velocityMid (float)
velocityProfile (ndarray)
fieldProfiles (Fields)
temperatureProfile (ndarray)
polynomialBasis (str)
- __init__(velocityMid, velocityProfile, fieldProfiles, temperatureProfile, polynomialBasis='Cardinal')[source]
- Parameters:
velocityMid (float)
velocityProfile (ndarray)
fieldProfiles (Fields)
temperatureProfile (ndarray)
polynomialBasis (str)
Methods
__init__(velocityMid, velocityProfile, ...)Boosts background to the plasma frame
Boosts background to the wall frame
Attributes
Bubble wall velocity.
The average between the asymptotic velocities inside and outside the bubble.
Fluid velocity as a function of position.
Field profile as a function of position.
Temperarture profile as a function of position.
Type of polynomial basis used, e.g. Chebyshev, Cardinal.
- polynomialBasis: str
Type of polynomial basis used, e.g. Chebyshev, Cardinal.
- temperatureProfile: ndarray
Temperarture profile as a function of position.
- velocityMid: float
The average between the asymptotic velocities inside and outside the bubble.
- velocityProfile: ndarray
Fluid velocity as a function of position.
- velocityWall: float
Bubble wall velocity.