diff --git a/applications/utilities/mesh/conversion/star4ToFoam/star4ToFoam.C b/applications/utilities/mesh/conversion/star4ToFoam/star4ToFoam.C index 245f1175af..65cb4d01b7 100644 --- a/applications/utilities/mesh/conversion/star4ToFoam/star4ToFoam.C +++ b/applications/utilities/mesh/conversion/star4ToFoam/star4ToFoam.C @@ -31,7 +31,7 @@ Description Converts a Star-CD (v4) pro-STAR mesh into OpenFOAM format. Usage - \b star4ToFoam [OPTION] ccmMesh + \b star4ToFoam [OPTION] prostarMesh Options: - \par -ascii diff --git a/applications/utilities/parallelProcessing/decomposePar/decomposePar.C b/applications/utilities/parallelProcessing/decomposePar/decomposePar.C index cab70e7076..62723280b3 100644 --- a/applications/utilities/parallelProcessing/decomposePar/decomposePar.C +++ b/applications/utilities/parallelProcessing/decomposePar/decomposePar.C @@ -39,34 +39,34 @@ Usage Write the cell distribution as a labelList, for use with 'manual' decomposition method or as a volScalarField for post-processing. - - \par -region \ \n + - \par -region \ Decompose named region. Does not check for existence of processor*. - - \par -allRegions \n + - \par -allRegions Decompose all regions in regionProperties. Does not check for existence of processor*. - - \par -copyUniform \n + - \par -copyUniform Copy any \a uniform directories too. - \par -constant - - \par -time xxx:yyy \n + - \par -time xxx:yyy Override controlDict settings and decompose selected times. Does not re-decompose the mesh i.e. does not handle moving mesh or changing mesh cases. - - \par -fields \n + - \par -fields Use existing geometry decomposition and convert fields only. - - \par -noSets \n + - \par -noSets Skip decomposing cellSets, faceSets, pointSets. - - \par -force \n + - \par -force Remove any existing \a processor subdirectories before decomposing the geometry. - - \par -ifRequired \n + - \par -ifRequired Only decompose the geometry if the number of domains has changed from a previous decomposition. No \a processor subdirectories will be removed unless the \a -force option is also specified. This option can be used diff --git a/applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C b/applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C index 565c8a8439..654b14b868 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C +++ b/applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C @@ -34,7 +34,6 @@ Description Usage \b foamToEnsight [OPTION] - Translates OpenFOAM data to EnSight format Options: - \par -ascii @@ -43,29 +42,28 @@ Usage - \par -noZero Exclude the often incomplete initial conditions. - - \par -noLagrangian \n + - \par -noLagrangian Suppress writing lagrangian positions and fields. - \par -noPatches Suppress writing any patches. - - \par -patches patchList \n + - \par -patches patchList Specify particular patches to write. Specifying an empty list suppresses writing the internalMesh. - - \par -faceZones zoneList \n + - \par -faceZones zoneList Specify faceZones to write, with wildcards - \par -cellZone zoneName Specify single cellZone to write (not lagrangian) - - \par -width \\n + - \par -width \ Width of EnSight data subdir (default: 8) Note - Parallel support for cloud data is not supported - - writes to \a EnSight directory to avoid collisions with - foamToEnsightParts + Writes to \a EnSight directory to avoid collisions with + foamToEnsightParts \*---------------------------------------------------------------------------*/ diff --git a/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/foamToEnsightParts.C b/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/foamToEnsightParts.C index f39f970b55..8c0bfb376a 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/foamToEnsightParts.C +++ b/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/foamToEnsightParts.C @@ -48,10 +48,10 @@ Usage Ignore the time index contained in the time file and use a simple indexing when creating the \c Ensight/data/######## files. - - \par -noLagrangian \n + - \par -noLagrangian Suppress writing lagrangian positions and fields. - - \par -index \\n + - \par -index \ Ignore the time index contained in the time file and use a simple indexing when creating the \c Ensight/data/######## files. diff --git a/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK.C b/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK.C index 55b6bac97c..4e42b5afbf 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK.C +++ b/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK.C @@ -72,10 +72,10 @@ Usage - \par -noInternal Do not generate file for mesh, only for patches - - \par -noLagrangian \n + - \par -noLagrangian Suppress writing lagrangian positions and fields. - - \par -noPointValues \n + - \par -noPointValues No pointFields - \par -noFaceZones diff --git a/applications/utilities/surface/surfaceMeshImport/surfaceMeshImport.C b/applications/utilities/surface/surfaceMeshImport/surfaceMeshImport.C index dc0b779fe1..056f513baf 100644 --- a/applications/utilities/surface/surfaceMeshImport/surfaceMeshImport.C +++ b/applications/utilities/surface/surfaceMeshImport/surfaceMeshImport.C @@ -36,25 +36,25 @@ Usage \b surfaceMeshImport inputFile [OPTION] Options: - - \par -clean \n + - \par -clean Perform some surface checking/cleanup on the input surface. - - \par -name \ \n + - \par -name \ Specify an alternative surface name when writing. - - \par -scaleIn \ \n + - \par -scaleIn \ Specify a scaling factor when reading files. - - \par -scaleOut \ \n + - \par -scaleOut \ Specify a scaling factor when writing files. - - \par -dict \ \n + - \par -dict \ Specify an alternative dictionary for constant/coordinateSystems. - - \par -from \ \n + - \par -from \ Specify a coordinate system when reading files. - - \par -to \ \n + - \par -to \ Specify a coordinate system when writing files. Note