38 return patch_.patch().nPoints();
41 return patch_.patch().size();
51Foam::expressions::patchExpr::parseDriver::parseDriver::field_cellSet
56 return field_cellSelection
70 return field_cellSelection
84 return field_faceSelection
98 return field_faceSelection
virtual label size() const
The natural field size for the expression.
tmp< boolField > field_faceZone(const word &name) const
Face selection (zone).
tmp< boolField > field_cellZone(const word &name) const
Cell selection (zone).
tmp< boolField > field_cellSelection(const word &name, enum topoSetSource::sourceType setType) const
Cell selections (as logical).
tmp< boolField > field_faceSet(const word &name) const
Face selection (set).
tmp< boolField > field_faceSelection(const word &name, enum topoSetSource::sourceType setType) const
Face selections (as logical).
const fvPatch & patch_
The referenced patch.
A class for managing temporary objects.
@ FACESET_SOURCE
Faces as set.
@ FACEZONE_SOURCE
Faces as zone.
@ CELLSET_SOURCE
Cells as set.
@ CELLZONE_SOURCE
Cells as zone.
A class for handling words, derived from Foam::string.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.