40 { volumeType::type::UNKNOWN,
"unknown" },
41 { volumeType::type::INSIDE,
"inside" },
42 { volumeType::type::OUTSIDE,
"outside" },
43 { volumeType::type::MIXED,
"mixed" },
52 const dictionary&
dict,
83 os << static_cast<int>(vt.t_);
List< word > names(const UPtrList< T > &list, const UnaryMatchPredicate &matcher)
List of names generated by calling name() for each list item and filtered for matches.
type
Volume classification types.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
A class for handling words, derived from Foam::string.
Istream & operator>>(Istream &, directionInfo &)
constexpr volumeType() noexcept
Default construct as UNKNOWN state.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
OBJstream os(runTime.globalPath()/outputName)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces)
Enum is a wrapper around a list of names/values that represent particular enumeration (or int) values...
auto key(const Type &t) -> typename std::enable_if< std::is_enum< Type >::value, typename std::underlying_type< Type >::type >::type
const word & str() const
The string representation of the volume type enumeration.
static const Enum< volumeType::type > names
Names for the classification enumeration.