49 "\n Usage: faceToFace <faceSet>\n\n" 50 " Select all faces in the faceSet\n\n" 63 names_(
one{}, setName)
70 const dictionary&
dict 73 topoSetFaceSource(
mesh),
77 if (!
dict.readIfPresent(
"sets", names_))
91 topoSetFaceSource(
mesh),
108 Info<<
" Adding all elements of face sets: " 112 for (
const word& setName : names_)
114 faceSet loadedSet(mesh_, setName);
116 set.addSet(loadedSet);
123 Info<<
" Removing all elements of face sets: " 127 for (
const word& setName : names_)
129 faceSet loadedSet(mesh_, setName);
131 set.subtractSet(loadedSet);
void resize(const label len)
Adjust allocated size of list.
Create a new set and ADD elements to it.
Add elements to current set.
constexpr char nl
The newline '\n' character (0x0a)
T & front()
Access first element of the list, position [0].
virtual void applyToSet(const topoSetSource::setAction action, topoSet &set) const
Apply specified action to the topoSet.
Macros for easy insertion into run-time selection tables.
A class for handling words, derived from Foam::string.
The topoSetFaceSource is a intermediate class for handling topoSet sources for selecting faces...
setAction
Enumeration defining various actions.
defineTypeNameAndDebug(combustionModel, 0)
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
Subtract elements from current set.
faceToFace(const polyMesh &mesh, const word &setName)
Construct from components.
Class with constructor to add usage string to table.
messageStream Info
Information stream (stdout output on master, null elsewhere)
Mesh consisting of general polyhedral cells.
A class representing the concept of 1 (one) that can be used to avoid manipulating objects known to b...
FlatOutput::OutputAdaptor< Container, Delimiters > flatOutput(const Container &obj, Delimiters delim)
Global flatOutput() function with specified output delimiters.