mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: add usage notes to more utilities and solvers
This commit is contained in:
@ -28,7 +28,7 @@ Group
|
||||
grpPostProcessingUtilities
|
||||
|
||||
Description
|
||||
Utility to perform noise analysis of pressure data.
|
||||
Perform noise analysis of pressure data.
|
||||
|
||||
The utility provides a light wrapper around the run-time selectable
|
||||
noise model. Current options include:
|
||||
@ -102,6 +102,11 @@ using namespace Foam;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
argList::addNote
|
||||
(
|
||||
"Perform noise analysis of pressure data"
|
||||
);
|
||||
|
||||
argList::noCheckProcessorDirectories();
|
||||
|
||||
#include "addDictOption.H"
|
||||
|
||||
Reference in New Issue
Block a user