WallGo.manager.WallSolver
- class WallSolver(eom, grid, boltzmannSolver, initialWallThickness)[source]
Bases:
objectData class containing classes and settings for the wall velocity computation.
- Parameters:
eom (EOM)
grid (Grid3Scales)
boltzmannSolver (BoltzmannSolver)
initialWallThickness (float)
- __init__(eom, grid, boltzmannSolver, initialWallThickness)
- Parameters:
eom (EOM)
grid (Grid3Scales)
boltzmannSolver (BoltzmannSolver)
initialWallThickness (float)
- Return type:
None
Methods
__init__(eom, grid, boltzmannSolver, ...)Attributes
EOM object
Grid3Scales object used to describe the mapping between the physical coordinates to the compact ones.
BoltzmannSolver object used to solve the Boltzmann equation.
Initial wall thickness used by the solver.
- boltzmannSolver: BoltzmannSolver
BoltzmannSolver object used to solve the Boltzmann equation.
- 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).