Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
df704484
Commit
df704484
authored
Jun 26, 2020
by
OpenFOAM bot
Browse files
GIT: remove whitespace, backslash escape angle brackets in comments
- fix older '> >' template parameters as '>>'
parent
1bd5d03e
Changes
6
Hide whitespace changes
Inline
Side-by-side
applications/utilities/parallelProcessing/decomposePar/decomposePar.C
View file @
df704484
...
...
@@ -42,7 +42,7 @@ Usage
Decompose all regions in regionProperties. Does not check for
existence of processor*.
- \par -
case <dir>
- \par -case
\
<dir
\
>
Specify case directory to use (instead of the cwd).
- \par -cellDist
...
...
@@ -58,11 +58,11 @@ Usage
- \par -copyZero
Copy \a 0 directory to processor* rather than decompose the fields.
- \par -debug-switch <name=val>
- \par -debug-switch
\
<name=val
\
>
Specify the value of a registered debug switch. Default is 1
if the value is omitted. (Can be used multiple times)
- \par -decomposeParDict <file>
- \par -decomposeParDict
\
<file
\
>
Use specified file for decomposePar dictionary.
- \par -dry-run
...
...
@@ -72,7 +72,7 @@ Usage
- \par -fields
Use existing geometry decomposition and convert fields only.
- \par fileHandler <handler>
- \par fileHandler
\
<handler
\
>
Override the file handler type.
- \par -force
...
...
@@ -87,14 +87,14 @@ Usage
be used with caution when the underlying (serial) geometry or the
decomposition method etc. have been changed between decompositions.
- \par -info-switch <name=val>
- \par -info-switch
\
<name=val
\
>
Specify the value of a registered info switch. Default is 1
if the value is omitted. (Can be used multiple times)
- \par -latestTime
Select the latest time.
- \par -lib <name>
- \par -lib
\
<name
\
>
Additional library or library list to load (can be used multiple times).
- \par -noFunctionObjects
...
...
@@ -106,14 +106,14 @@ Usage
- \par -noZero
Exclude the \a 0 dir from the times list.
- \par -opt-switch <name=val>
- \par -opt-switch
\
<name=val
\
>
Specify the value of a registered optimisation switch (int/bool).
Default is 1 if the value is omitted. (Can be used multiple times)
- \par -region \<regionName\>
Decompose named region. Does not check for existence of processor*.
- \par -time <ranges>
- \par -time
\
<ranges
\
>
Override controlDict settings and decompose selected times. Does not
re-decompose the mesh i.e. does not handle moving mesh or changing
mesh cases. Eg, ':10,20 40:70 1000:', 'none', etc.
...
...
src/dynamicFaMesh/interfaceTrackingFvMesh/freeSurfacePointDisplacement.C
View file @
df704484
...
...
@@ -444,7 +444,7 @@ Foam::interfaceTrackingFvMesh::pointDisplacement()
for
(
label
k
=
0
;
k
<
aMesh
().
globalData
().
nGlobalPoints
();
k
++
)
{
List
<
List
<
vector
>
>
procLsPoints
(
Pstream
::
nProcs
());
List
<
List
<
vector
>>
procLsPoints
(
Pstream
::
nProcs
());
label
curSharedPointIndex
=
addr
.
find
(
k
);
...
...
src/finiteVolume/expressions/fields/fvPatchFields/exprMixedFvPatchField.H
View file @
df704484
...
...
@@ -134,7 +134,7 @@ public:
);
//- Construct and return a clone setting internal field reference
virtual
tmp
<
fvPatchField
<
Type
>
>
clone
virtual
tmp
<
fvPatchField
<
Type
>>
clone
(
const
DimensionedField
<
Type
,
volMesh
>&
iF
)
const
...
...
src/finiteVolume/expressions/fields/pointPatchFields/exprValuePointPatchField.H
View file @
df704484
...
...
@@ -119,7 +119,7 @@ public:
//- Construct and return a clone
virtual
autoPtr
<
pointPatchField
<
Type
>
>
clone
()
const
virtual
autoPtr
<
pointPatchField
<
Type
>>
clone
()
const
{
return
autoPtr
<
pointPatchField
<
Type
>>
(
...
...
src/transportModels/geometricVoF/cellCuts/cutCell/cutCell.H
View file @
df704484
...
...
@@ -75,7 +75,7 @@ protected:
//- Calculates area and centre of the cutting face
static
void
calcGeomDataCutFace
(
const
DynamicList
<
DynamicList
<
point
>
>&
faceEdges
,
const
DynamicList
<
DynamicList
<
point
>>&
faceEdges
,
const
vector
&
subCellCentre
,
vector
&
faceArea
,
vector
&
faceCentre
...
...
tutorials/multiphase/compressibleInterFoam/laminar/climbingRod/system/fvSchemes
View file @
df704484
...
...
@@ -23,7 +23,6 @@ ddtSchemes
gradSchemes
{
default Gauss linear;
}
divSchemes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment