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,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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user