diff --git a/applications/utilities/mesh/manipulation/refineMesh/refineMesh.C b/applications/utilities/mesh/manipulation/refineMesh/refineMesh.C index 02888c6d6..2e3276782 100644 --- a/applications/utilities/mesh/manipulation/refineMesh/refineMesh.C +++ b/applications/utilities/mesh/manipulation/refineMesh/refineMesh.C @@ -29,7 +29,7 @@ Description Command-line option handling: - If -all specified or no refineMeshDict exists or, refine all cells - - If -dict {file} specified refine according to {file} + - If -dict \ specified refine according to \ - If refineMeshDict exists refine according to refineMeshDict When the refinement or all cells is selected apply 3D refinement for 3D diff --git a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.H b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.H index 47fb91531..763f28556 100644 --- a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.H +++ b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.H @@ -32,25 +32,25 @@ Description application. Values are transferred as plain text files, where OpenFOAM data is written as: - # Patch: - - - + # Patch: \ + \ \ \ \ + \ \ \ \ + \ \ \ \ ... - + \ \ \ \ and received as the constituent pieces of the `mixed' condition, i.e. - # Patch: - - - + # Patch: \ + \ \ \ + \ \ \ + \ \ \ ... - + \ \ \ Data is sent/received as a single file for all patches from the directory - $FOAM_CASE/ + $FOAM_CASE/\ At start-up, the boundary creates a lock file, i.e.. @@ -59,13 +59,13 @@ Description ... to signal the external source to wait. During the boundary condition update, boundary values are written to file, e.g. - .out + \.out The lock file is then removed, instructing the external source to take control of the program execution. When ready, the external program should create the return values, e.g. to file - .in + \.in ... and then re-instate the lock file. The boundary condition will then read the return values, and pass program execution back to OpenFOAM. diff --git a/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.H index 322ba3810..65a5d6d25 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.H @@ -32,25 +32,25 @@ Description Values are transferred as plain text files, where OpenFOAM data is written as: - # Patch: - - - + # Patch: \ + \ \ \ + \ \ \ + \ \ \ ... - + \ \ \ and received as the constituent pieces of the `mixed' condition, i.e. - # Patch: - - - + # Patch: \ + \ \ \ + \ \ \ + \ \ \ ... - + \ \ \ Data is sent/received as a single file for all patches from the directory - $FOAM_CASE/ + $FOAM_CASE/\ At start-up, the boundary creates a lock file, i.e.. @@ -59,13 +59,13 @@ Description ... to signal the external source to wait. During the boundary condition update, boundary values are written to file, e.g. - .out + \.out The lock file is then removed, instructing the external source to take control of the program execution. When ready, the external program should create the return values, e.g. to file - .in + \.in ... and then re-instate the lock file. The boundary condition will then read the return values, and pass program execution back to OpenFOAM. diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.H b/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.H index 5d1ffd2b9..ddb0c3e07 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.H +++ b/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.H @@ -34,11 +34,11 @@ Description non-orthogonal contribution does not exceed the orthogonal part. Format: - limited ; + limited \ \; or - limited ; // Backward compatibility + limited \; // Backward compatibility SourceFiles limitedSnGrad.C diff --git a/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeNozzleInjection/ConeNozzleInjection.H b/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeNozzleInjection/ConeNozzleInjection.H index bd67443ce..1d32db5f7 100644 --- a/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeNozzleInjection/ConeNozzleInjection.H +++ b/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeNozzleInjection/ConeNozzleInjection.H @@ -39,7 +39,7 @@ Description - Parcel velocity is calculated as: - Constant velocity - U = + U = \ - Pressure driven velocity U = sqrt(2*(Pinj - Pamb)/rho) - Flow rate and discharge diff --git a/src/parallel/decompose/scotchDecomp/scotchDecomp.C b/src/parallel/decompose/scotchDecomp/scotchDecomp.C index 464d12b28..f22a2ed0e 100644 --- a/src/parallel/decompose/scotchDecomp/scotchDecomp.C +++ b/src/parallel/decompose/scotchDecomp/scotchDecomp.C @@ -114,8 +114,8 @@ License } - Note: instead of gmap run gpart -vs - where can be obtained by running with 'writeGraph=true' + Note: instead of gmap run gpart \ -vs \ + where \ can be obtained by running with 'writeGraph=true' \*---------------------------------------------------------------------------*/