chrono::fsi::sph::PeriodicSide Namespace Reference

Description

Enumeration for specifying whether the sides of a computational domain are periodic or not.

Sides can be combined using binary OR operations.

Enumerations

enum  Enum {
  NONE = 0x0000 , X = 1 << 0 , Y = 1 << 1 , Z = 1 << 2 ,
  ALL = 0xFFFF
}
 

Enumeration Type Documentation

◆ Enum

Enumerator

X direction (both positive and negative) is periodic.

Y direction (both positive and negative) is periodic.

Z direction (both positive and negative) is periodic.

ALL 

All directions (X, Y, Z) are periodic.