Go to the documentation of this file.
73 int main(
int argc,
char *argv[])
77 "Generate the patch geometry (points and faces) for use"
78 " with the externalCoupled functionObject."
85 "Specify alternative mesh region"
91 "Specify alternative mesh regions"
94 argList::addArgument(
"patchGroup");
99 "Specify communications directory (default is 'comms')"
110 const wordRe patchGroup(
args.
get<wordRe>(1));
112 fileName commsDir(
runTime.path()/
"comms");
148 UPtrList<const fvMesh>(
meshes),
Defines the attributes of an object for which implicit objectRegistry management is supported,...
Ostream & endl(Ostream &os)
const T * set(const label i) const
T get(const label index) const
bool readIfPresent(const word &optName, T &val) const
void stableSort(UList< T > &a)
List< word > wordList
A List of words.
Foam::PtrList< Foam::fvMesh > meshes(regionNames.size())
Foam::argList args(argc, argv)