STYLE: add usage notes to more utilities and solvers

This commit is contained in:
Mark Olesen
2018-12-11 15:25:27 +01:00
parent ee5199cc65
commit 68ec561df8
224 changed files with 1336 additions and 238 deletions

View File

@ -28,7 +28,7 @@ Group
grpMeshAdvancedUtilities
Description
Utility to remove faces (combines cells on both sides).
Remove faces specified in faceSet by combining cells on both sides.
Takes faceSet of candidates for removal and writes faceSet with faces that
will actually be removed. (because e.g. would cause two faces between the
@ -53,6 +53,10 @@ using namespace Foam;
int main(int argc, char *argv[])
{
argList::addNote
(
"Remove faces specified in faceSet by combining cells on both sides"
);
#include "addOverwriteOption.H"
argList::addArgument("faceSet");