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

@ -25,7 +25,7 @@ Application
createBoxTurb
Description
Creates a box of isotropic turbulence based on a user-specified
Create a box of isotropic turbulence based on a user-specified
energy spectrum.
Based on the reference
@ -67,6 +67,12 @@ Foam::vector randomUnitVector(Random& rndGen)
int main(int argc, char *argv[])
{
argList::addNote
(
"Create a box of isotropic turbulence based on a user-specified"
" energy spectrum."
);
argList::addBoolOption
(
"createBlockMesh",