mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: add usage notes to more utilities and solvers
This commit is contained in:
@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user