Public Types | |
enum | type { UNKNOWN = 0, MIXED = 1, INSIDE = 2, OUTSIDE = 3 } |
Volume types. More... | |
Public Member Functions | |
volumeType () | |
Construct null. More... | |
volumeType (type t) | |
Construct from components. More... | |
volumeType (const int t) | |
Construct from integer. More... | |
operator type () const | |
Static Public Attributes | |
static const NamedEnum< volumeType, 4 > | names |
Private Attributes | |
type | t_ |
Volume type. More... | |
Friends | |
Istream & | operator>> (Istream &is, volumeType &vt) |
Ostream & | operator<< (Ostream &os, const volumeType &vt) |
enum type |
|
inline |
Construct null.
Definition at line 86 of file volumeType.H.
|
inline |
Construct from components.
Definition at line 92 of file volumeType.H.
|
inlineexplicit |
Construct from integer.
Definition at line 98 of file volumeType.H.
|
inline |
Definition at line 106 of file volumeType.H.
References volumeType::t_.
|
friend |
|
friend |
|
private |
Volume type.
Definition at line 73 of file volumeType.H.
Referenced by volumeType::operator type(), Foam::operator<<(), and Foam::operator>>().
|
static |
Definition at line 80 of file volumeType.H.
Referenced by shellSurfaces::shellSurfaces().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.