Direction is an integer type used to represent the Cartesian directions etc. Currently it is a typedef to char which is limited to the range (0, 255) which should be adequate. More...
Direction is an integer type used to represent the Cartesian directions etc. Currently it is a typedef to char which is limited to the range (0, 255) which should be adequate.
direction
Definition in file direction.H.
#include "src/OpenFOAM/primitives/char/char.H"
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Typedefs | |
typedef unsigned char | direction |