WallGo.manager.WallSolver

class WallSolver(eom, grid, boltzmannSolver, initialWallThickness)[source]

Bases: object

Data class containing classes and settings for the wall velocity computation.

Parameters:
__init__(eom, grid, boltzmannSolver, initialWallThickness)
Parameters:
Return type:

None

Methods

__init__(eom, grid, boltzmannSolver, ...)

Attributes

eom

EOM object

grid

Grid3Scales object used to describe the mapping between the physical coordinates to the compact ones.

boltzmannSolver

BoltzmannSolver object used to solve the Boltzmann equation.

initialWallThickness

Initial wall thickness used by the solver.

boltzmannSolver: BoltzmannSolver

BoltzmannSolver object used to solve the Boltzmann equation.

eom: EOM

EOM object

grid: Grid3Scales

Grid3Scales object used to describe the mapping between the physical coordinates to the compact ones.

initialWallThickness: float

Initial wall thickness used by the solver. Should be expressed in physical units (the units used in WallGo.EffectivePotential).