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,8 +28,8 @@ Group
grpPreProcessingUtilities
Description
Makes a box of turbulence which conforms to a given energy
spectrum and is divergence free.
Create a box of divergence-free turbulence conforming to a given
energy spectrum.
\*---------------------------------------------------------------------------*/
@ -45,6 +45,12 @@ Description
int main(int argc, char *argv[])
{
argList::addNote
(
"Create a box of divergence-free turbulence conforming to a given"
" energy spectrum"
);
argList::noParallel();
#include "setRootCase.H"