Geometry

class hoomd.mpcd.geometry.Geometry(no_slip)

Geometry.

Parameters:

no_slip (bool) – If True, surfaces have a no-slip boundary condition. Otherwise, they have a slip boundary condition.

no_slip

If True, plates have a no-slip boundary condition. Otherwise, they have a slip boundary condition (read only).

A no-slip boundary condition means that the average velocity is zero at the surface. A slip boundary condition means that the average normal velocity is zero at the surface, but there is no friction against the tangential velocity.

Type:

bool