luminarycloud.params.simulation.physics.fluid.boundary_conditions.wall.momentum

Classes

NoSlip

Apply a no-slip condition at the wall surface.

Slip

Apply a slip (flow tangency) condition at the wall surface.

WallModel

Apply a wall model at the wall surface.

Package Contents

class NoSlip

Apply a no-slip condition at the wall surface.

to_code() str
enable_roughness: bool = False

Turn roughness settings on or off.

equivalent_sand_grain_roughness: float = 0

Equivalent sand-grain roughness of the wall.

class Slip

Apply a slip (flow tangency) condition at the wall surface.

to_code() str
class WallModel

Apply a wall model at the wall surface.

to_code() str
enable_roughness: bool = False

Turn roughness settings on or off.

equivalent_sand_grain_roughness: float = 0

Equivalent sand-grain roughness of the wall.