diff --git a/applications/utilities/mesh/manipulation/refineMesh/refineMesh.C b/applications/utilities/mesh/manipulation/refineMesh/refineMesh.C index 02888c6d6b..2e32767822 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 47fb915318..763f285560 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 322ba3810b..65a5d6d256 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 5d1ffd2b94..ddb0c3e07c 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 bd67443ce1..1d32db5f72 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 464d12b28f..f22a2ed0e0 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' \*---------------------------------------------------------------------------*/