Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openfoam
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
350
Issues
350
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Development
openfoam
Commits
f721b534
Commit
f721b534
authored
Jun 02, 2020
by
Mark Olesen
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: report dictionary name actually used (for -dict option)
parent
31b17221
Changes
26
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
60 additions
and
64 deletions
+60
-64
applications/test/PDRblockMesh/Test-PDRblockMesh.C
applications/test/PDRblockMesh/Test-PDRblockMesh.C
+3
-8
applications/test/surfaceIntersection/Test-surfaceIntersection.C
...tions/test/surfaceIntersection/Test-surfaceIntersection.C
+7
-2
applications/utilities/mesh/advanced/collapseEdges/collapseEdges.C
...ons/utilities/mesh/advanced/collapseEdges/collapseEdges.C
+3
-2
applications/utilities/mesh/advanced/modifyMesh/modifyMesh.C
applications/utilities/mesh/advanced/modifyMesh/modifyMesh.C
+1
-1
applications/utilities/mesh/generation/PDRblockMesh/PDRblockMesh.C
...ons/utilities/mesh/generation/PDRblockMesh/PDRblockMesh.C
+2
-7
applications/utilities/mesh/generation/blockMesh/blockMesh.C
applications/utilities/mesh/generation/blockMesh/blockMesh.C
+1
-6
applications/utilities/mesh/generation/extrude/extrudeMesh/extrudeMesh.C
...ilities/mesh/generation/extrude/extrudeMesh/extrudeMesh.C
+1
-1
applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/extrudeToRegionMesh.C
...eration/extrude/extrudeToRegionMesh/extrudeToRegionMesh.C
+1
-1
applications/utilities/mesh/generation/snappyHexMesh/snappyHexMesh.C
...s/utilities/mesh/generation/snappyHexMesh/snappyHexMesh.C
+1
-1
applications/utilities/mesh/manipulation/createBaffles/createBaffles.C
...utilities/mesh/manipulation/createBaffles/createBaffles.C
+3
-3
applications/utilities/mesh/manipulation/createPatch/createPatch.C
...ons/utilities/mesh/manipulation/createPatch/createPatch.C
+1
-1
applications/utilities/mesh/manipulation/mergeOrSplitBaffles/mergeOrSplitBaffles.C
...sh/manipulation/mergeOrSplitBaffles/mergeOrSplitBaffles.C
+8
-3
applications/utilities/mesh/manipulation/mirrorMesh/mirrorMesh.C
...tions/utilities/mesh/manipulation/mirrorMesh/mirrorMesh.C
+3
-3
applications/utilities/mesh/manipulation/refineMesh/refineMesh.C
...tions/utilities/mesh/manipulation/refineMesh/refineMesh.C
+1
-1
applications/utilities/mesh/manipulation/renumberMesh/renumberMesh.C
...s/utilities/mesh/manipulation/renumberMesh/renumberMesh.C
+3
-3
applications/utilities/mesh/manipulation/stitchMesh/stitchMesh.C
...tions/utilities/mesh/manipulation/stitchMesh/stitchMesh.C
+2
-2
applications/utilities/mesh/manipulation/topoSet/topoSet.C
applications/utilities/mesh/manipulation/topoSet/topoSet.C
+2
-2
applications/utilities/postProcessing/noise/noise.C
applications/utilities/postProcessing/noise/noise.C
+3
-3
applications/utilities/preProcessing/PDRsetFields/PDRsetFields.C
...tions/utilities/preProcessing/PDRsetFields/PDRsetFields.C
+3
-3
applications/utilities/preProcessing/changeDictionary/changeDictionary.C
...ilities/preProcessing/changeDictionary/changeDictionary.C
+1
-1
applications/utilities/preProcessing/faceAgglomerate/faceAgglomerate.C
...utilities/preProcessing/faceAgglomerate/faceAgglomerate.C
+2
-2
applications/utilities/preProcessing/setFields/setFields.C
applications/utilities/preProcessing/setFields/setFields.C
+2
-2
applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
...ies/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
+1
-1
applications/utilities/surface/surfaceHookUp/surfaceHookUp.C
applications/utilities/surface/surfaceHookUp/surfaceHookUp.C
+2
-2
applications/utilities/surface/surfaceMeshImport/surfaceMeshImport.C
...s/utilities/surface/surfaceMeshImport/surfaceMeshImport.C
+1
-1
applications/utilities/surface/surfacePatch/surfacePatch.C
applications/utilities/surface/surfacePatch/surfacePatch.C
+2
-2
No files found.
applications/test/PDRblockMesh/Test-PDRblockMesh.C
View file @
f721b534
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\ / A nd | www.openfoam.com
\\/ M anipulation |
\\/ M anipulation |
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019
-2020
OpenCFD Ltd.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
License
License
This file is part of OpenFOAM.
This file is part of OpenFOAM.
...
@@ -42,12 +42,7 @@ int main(int argc, char *argv[])
...
@@ -42,12 +42,7 @@ int main(int argc, char *argv[])
{
{
argList
::
noParallel
();
argList
::
noParallel
();
argList
::
noFunctionObjects
();
argList
::
noFunctionObjects
();
argList
::
addOption
argList
::
addOption
(
"dict"
,
"file"
,
"Alternative PDRblockMeshDict"
);
(
"dict"
,
"file"
,
"Alternative dictionary for the PDRblockMesh description"
);
#include "setRootCase.H"
#include "setRootCase.H"
#include "createTime.H"
#include "createTime.H"
...
@@ -56,7 +51,7 @@ int main(int argc, char *argv[])
...
@@ -56,7 +51,7 @@ int main(int argc, char *argv[])
#include "setSystemRunTimeDictionaryIO.H"
#include "setSystemRunTimeDictionaryIO.H"
Info
<<
"Reading "
<<
dict
Name
<<
nl
<<
endl
;
Info
<<
"Reading "
<<
dict
IO
.
name
()
<<
nl
<<
endl
;
IOdictionary
meshDict
(
dictIO
);
IOdictionary
meshDict
(
dictIO
);
...
...
applications/test/surfaceIntersection/Test-surfaceIntersection.C
View file @
f721b534
...
@@ -116,11 +116,16 @@ int main(int argc, char *argv[])
...
@@ -116,11 +116,16 @@ int main(int argc, char *argv[])
"geometry scaling factor"
"geometry scaling factor"
);
);
#include "addDictOption.H"
argList
::
addOption
(
"dict"
,
"file"
,
"Dictionary of intersect options"
);
argList
::
addNote
argList
::
addNote
(
(
"
t
est intersect of two surfaces. Writes obj file"
"
T
est intersect of two surfaces. Writes obj file"
);
);
argList
::
noParallel
();
argList
::
noParallel
();
argList
::
noFunctionObjects
();
argList
::
noFunctionObjects
();
...
...
applications/utilities/mesh/advanced/collapseEdges/collapseEdges.C
View file @
f721b534
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
\\/ M anipulation |
\\/ M anipulation |
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
License
License
This file is part of OpenFOAM.
This file is part of OpenFOAM.
...
@@ -84,7 +85,7 @@ int main(int argc, char *argv[])
...
@@ -84,7 +85,7 @@ int main(int argc, char *argv[])
"Collapse faces that are in the supplied face set"
"Collapse faces that are in the supplied face set"
);
);
argList
::
addOption
(
"dict"
,
"file"
,
"
Use a
lternative collapseDict"
);
argList
::
addOption
(
"dict"
,
"file"
,
"
A
lternative collapseDict"
);
#include "addOverwriteOption.H"
#include "addOverwriteOption.H"
...
@@ -102,7 +103,7 @@ int main(int argc, char *argv[])
...
@@ -102,7 +103,7 @@ int main(int argc, char *argv[])
const
word
dictName
(
"collapseDict"
);
const
word
dictName
(
"collapseDict"
);
#include "setSystemMeshDictionaryIO.H"
#include "setSystemMeshDictionaryIO.H"
Info
<<
"Reading "
<<
dict
Name
<<
nl
<<
endl
;
Info
<<
"Reading "
<<
dict
IO
.
name
()
<<
nl
<<
endl
;
IOdictionary
collapseDict
(
dictIO
);
IOdictionary
collapseDict
(
dictIO
);
...
...
applications/utilities/mesh/advanced/modifyMesh/modifyMesh.C
View file @
f721b534
...
@@ -339,7 +339,7 @@ int main(int argc, char *argv[])
...
@@ -339,7 +339,7 @@ int main(int argc, char *argv[])
"For example, moving points, splitting/collapsing edges etc."
"For example, moving points, splitting/collapsing edges etc."
);
);
#include "addOverwriteOption.H"
#include "addOverwriteOption.H"
argList
::
addOption
(
"dict"
,
"file"
,
"
Use a
lternative modifyMeshDict"
);
argList
::
addOption
(
"dict"
,
"file"
,
"
A
lternative modifyMeshDict"
);
argList
::
noFunctionObjects
();
// Never use function objects
argList
::
noFunctionObjects
();
// Never use function objects
...
...
applications/utilities/mesh/generation/PDRblockMesh/PDRblockMesh.C
View file @
f721b534
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\ / A nd | www.openfoam.com
\\/ M anipulation |
\\/ M anipulation |
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019
-2020
OpenCFD Ltd.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
License
License
This file is part of OpenFOAM.
This file is part of OpenFOAM.
...
@@ -95,12 +95,7 @@ int main(int argc, char *argv[])
...
@@ -95,12 +95,7 @@ int main(int argc, char *argv[])
"noClean"
,
"noClean"
,
"Do not remove any existing polyMesh/ directory or files"
"Do not remove any existing polyMesh/ directory or files"
);
);
argList
::
addOption
argList
::
addOption
(
"dict"
,
"file"
,
"Alternative PDRblockMeshDict"
);
(
"dict"
,
"file"
,
"Alternative dictionary for the PDRblockMesh description"
);
argList
::
addOption
argList
::
addOption
(
(
"time"
,
"time"
,
...
...
applications/utilities/mesh/generation/blockMesh/blockMesh.C
View file @
f721b534
...
@@ -134,12 +134,7 @@ int main(int argc, char *argv[])
...
@@ -134,12 +134,7 @@ int main(int argc, char *argv[])
"noClean"
,
"noClean"
,
"Do not remove any existing polyMesh/ directory or files"
"Do not remove any existing polyMesh/ directory or files"
);
);
argList
::
addOption
argList
::
addOption
(
"dict"
,
"file"
,
"Alternative blockMeshDict"
);
(
"dict"
,
"file"
,
"Alternative dictionary for the blockMesh description"
);
argList
::
addBoolOption
argList
::
addBoolOption
(
(
"sets"
,
"sets"
,
...
...
applications/utilities/mesh/generation/extrude/extrudeMesh/extrudeMesh.C
View file @
f721b534
...
@@ -218,7 +218,7 @@ int main(int argc, char *argv[])
...
@@ -218,7 +218,7 @@ int main(int argc, char *argv[])
);
);
#include "addRegionOption.H"
#include "addRegionOption.H"
argList
::
addOption
(
"dict"
,
"file"
,
"
Use a
lternative extrudeMeshDict"
);
argList
::
addOption
(
"dict"
,
"file"
,
"
A
lternative extrudeMeshDict"
);
#include "setRootCase.H"
#include "setRootCase.H"
#include "createTimeExtruded.H"
#include "createTimeExtruded.H"
...
...
applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/extrudeToRegionMesh.C
View file @
f721b534
...
@@ -1428,7 +1428,7 @@ int main(int argc, char *argv[])
...
@@ -1428,7 +1428,7 @@ int main(int argc, char *argv[])
argList
::
addOption
argList
::
addOption
(
(
"dict"
,
"file"
,
"
Use a
lternative extrudeToRegionMeshDict"
"dict"
,
"file"
,
"
A
lternative extrudeToRegionMeshDict"
);
);
#include "setRootCase.H"
#include "setRootCase.H"
...
...
applications/utilities/mesh/generation/snappyHexMesh/snappyHexMesh.C
View file @
f721b534
...
@@ -779,7 +779,7 @@ int main(int argc, char *argv[])
...
@@ -779,7 +779,7 @@ int main(int argc, char *argv[])
"file"
,
"file"
,
"Name of the file to save the simplified surface to"
"Name of the file to save the simplified surface to"
);
);
argList
::
addOption
(
"dict"
,
"file"
,
"
Use a
lternative snappyHexMeshDict"
);
argList
::
addOption
(
"dict"
,
"file"
,
"
A
lternative snappyHexMeshDict"
);
argList
::
noFunctionObjects
();
// Never use function objects
argList
::
noFunctionObjects
();
// Never use function objects
...
...
applications/utilities/mesh/manipulation/createBaffles/createBaffles.C
View file @
f721b534
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
\\/ M anipulation |
\\/ M anipulation |
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2016-20
18
OpenCFD Ltd.
Copyright (C) 2016-20
20
OpenCFD Ltd.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
License
License
This file is part of OpenFOAM.
This file is part of OpenFOAM.
...
@@ -444,7 +444,7 @@ int main(int argc, char *argv[])
...
@@ -444,7 +444,7 @@ int main(int argc, char *argv[])
"Does not duplicate points."
"Does not duplicate points."
);
);
argList
::
addOption
(
"dict"
,
"file"
,
"
Use a
lternative createBafflesDict"
);
argList
::
addOption
(
"dict"
,
"file"
,
"
A
lternative createBafflesDict"
);
#include "addOverwriteOption.H"
#include "addOverwriteOption.H"
#include "addRegionOption.H"
#include "addRegionOption.H"
...
@@ -468,7 +468,7 @@ int main(int argc, char *argv[])
...
@@ -468,7 +468,7 @@ int main(int argc, char *argv[])
PtrList
<
faceSelection
>
selectors
;
PtrList
<
faceSelection
>
selectors
;
{
{
Info
<<
"Reading baffle criteria from "
<<
dict
Name
<<
nl
<<
endl
;
Info
<<
"Reading baffle criteria from "
<<
dict
IO
.
name
()
<<
nl
<<
endl
;
IOdictionary
dict
(
dictIO
);
IOdictionary
dict
(
dictIO
);
internalFacesOnly
=
dict
.
get
<
bool
>
(
"internalFacesOnly"
);
internalFacesOnly
=
dict
.
get
<
bool
>
(
"internalFacesOnly"
);
...
...
applications/utilities/mesh/manipulation/createPatch/createPatch.C
View file @
f721b534
...
@@ -521,7 +521,7 @@ int main(int argc, char *argv[])
...
@@ -521,7 +521,7 @@ int main(int argc, char *argv[])
#include "addOverwriteOption.H"
#include "addOverwriteOption.H"
#include "addRegionOption.H"
#include "addRegionOption.H"
argList
::
addOption
(
"dict"
,
"file"
,
"
Use a
lternative createPatchDict"
);
argList
::
addOption
(
"dict"
,
"file"
,
"
A
lternative createPatchDict"
);
argList
::
addBoolOption
argList
::
addBoolOption
(
(
"writeObj"
,
"writeObj"
,
...
...
applications/utilities/mesh/manipulation/mergeOrSplitBaffles/mergeOrSplitBaffles.C
View file @
f721b534
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
\\/ M anipulation |
\\/ M anipulation |
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2016-20
18
OpenCFD Ltd.
Copyright (C) 2016-20
20
OpenCFD Ltd.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
License
License
This file is part of OpenFOAM.
This file is part of OpenFOAM.
...
@@ -286,7 +286,12 @@ int main(int argc, char *argv[])
...
@@ -286,7 +286,12 @@ int main(int argc, char *argv[])
#include "addOverwriteOption.H"
#include "addOverwriteOption.H"
#include "addRegionOption.H"
#include "addRegionOption.H"
#include "addDictOption.H"
argList
::
addBoolOption
(
"dict"
,
"file"
,
"Specify a dictionary to read actions from"
);
argList
::
addBoolOption
argList
::
addBoolOption
(
(
"detectOnly"
,
"detectOnly"
,
...
@@ -330,7 +335,7 @@ int main(int argc, char *argv[])
...
@@ -330,7 +335,7 @@ int main(int argc, char *argv[])
const
word
dictName
;
const
word
dictName
;
#include "setSystemMeshDictionaryIO.H"
#include "setSystemMeshDictionaryIO.H"
Info
<<
"Reading "
<<
dict
Name
<<
"
\n
"
<<
endl
;
Info
<<
"Reading "
<<
dict
IO
.
name
()
<<
nl
<<
endl
;
IOdictionary
dict
(
dictIO
);
IOdictionary
dict
(
dictIO
);
if
(
dict
.
found
(
"detect"
))
if
(
dict
.
found
(
"detect"
))
...
...
applications/utilities/mesh/manipulation/mirrorMesh/mirrorMesh.C
View file @
f721b534
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
\\/ M anipulation |
\\/ M anipulation |
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Copyright (C) 2011-2017 OpenFOAM Foundation
Copyright (C) 2011-2017 OpenFOAM Foundation
Copyright (C) 2018 OpenCFD Ltd.
Copyright (C) 2018
-2020
OpenCFD Ltd.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
License
License
This file is part of OpenFOAM.
This file is part of OpenFOAM.
...
@@ -52,7 +52,7 @@ int main(int argc, char *argv[])
...
@@ -52,7 +52,7 @@ int main(int argc, char *argv[])
"Mirrors a mesh around a given plane."
"Mirrors a mesh around a given plane."
);
);
argList
::
addOption
(
"dict"
,
"file"
,
"
Use a
lternative mirrorMeshDict"
);
argList
::
addOption
(
"dict"
,
"file"
,
"
A
lternative mirrorMeshDict"
);
argList
::
setAdvanced
(
"decomposeParDict"
);
argList
::
setAdvanced
(
"decomposeParDict"
);
#include "addOverwriteOption.H"
#include "addOverwriteOption.H"
...
@@ -65,7 +65,7 @@ int main(int argc, char *argv[])
...
@@ -65,7 +65,7 @@ int main(int argc, char *argv[])
#include "setSystemRunTimeDictionaryIO.H"
#include "setSystemRunTimeDictionaryIO.H"
Info
<<
"Reading "
<<
dict
Name
<<
"
\n
"
<<
endl
;
Info
<<
"Reading "
<<
dict
IO
.
name
()
<<
nl
<<
endl
;
const
IOdictionary
mirrorDict
(
dictIO
);
const
IOdictionary
mirrorDict
(
dictIO
);
...
...
applications/utilities/mesh/manipulation/refineMesh/refineMesh.C
View file @
f721b534
...
@@ -166,7 +166,7 @@ int main(int argc, char *argv[])
...
@@ -166,7 +166,7 @@ int main(int argc, char *argv[])
#include "addOverwriteOption.H"
#include "addOverwriteOption.H"
#include "addRegionOption.H"
#include "addRegionOption.H"
argList
::
addOption
(
"dict"
,
"file"
,
"
Use a
lternative refineMeshDict"
);
argList
::
addOption
(
"dict"
,
"file"
,
"
A
lternative refineMeshDict"
);
argList
::
addBoolOption
argList
::
addBoolOption
(
(
...
...
applications/utilities/mesh/manipulation/renumberMesh/renumberMesh.C
View file @
f721b534
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
\\/ M anipulation |
\\/ M anipulation |
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2016-20
19
OpenCFD Ltd.
Copyright (C) 2016-20
20
OpenCFD Ltd.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
License
License
This file is part of OpenFOAM.
This file is part of OpenFOAM.
...
@@ -618,7 +618,7 @@ int main(int argc, char *argv[])
...
@@ -618,7 +618,7 @@ int main(int argc, char *argv[])
#include "addOverwriteOption.H"
#include "addOverwriteOption.H"
#include "addTimeOptions.H"
#include "addTimeOptions.H"
argList
::
addOption
(
"dict"
,
"file"
,
"
Use a
lternative renumberMeshDict"
);
argList
::
addOption
(
"dict"
,
"file"
,
"
A
lternative renumberMeshDict"
);
argList
::
addBoolOption
argList
::
addBoolOption
(
(
...
@@ -707,7 +707,7 @@ int main(int argc, char *argv[])
...
@@ -707,7 +707,7 @@ int main(int argc, char *argv[])
const
word
dictName
(
"renumberMeshDict"
);
const
word
dictName
(
"renumberMeshDict"
);
#include "setSystemMeshDictionaryIO.H"
#include "setSystemMeshDictionaryIO.H"
Info
<<
"Renumber according to "
<<
dict
Name
<<
nl
<<
endl
;
Info
<<
"Renumber according to "
<<
dict
IO
.
name
()
<<
nl
<<
endl
;
renumberDictPtr
.
reset
(
new
IOdictionary
(
dictIO
));
renumberDictPtr
.
reset
(
new
IOdictionary
(
dictIO
));
const
IOdictionary
&
renumberDict
=
renumberDictPtr
();
const
IOdictionary
&
renumberDict
=
renumberDictPtr
();
...
...
applications/utilities/mesh/manipulation/stitchMesh/stitchMesh.C
View file @
f721b534
...
@@ -119,7 +119,7 @@ int main(int argc, char *argv[])
...
@@ -119,7 +119,7 @@ int main(int argc, char *argv[])
#include "addOverwriteOption.H"
#include "addOverwriteOption.H"
#include "addRegionOption.H"
#include "addRegionOption.H"
argList
::
addOption
(
"dict"
,
"file"
,
"
Use a
lternative stitchMeshDict"
);
argList
::
addOption
(
"dict"
,
"file"
,
"
A
lternative stitchMeshDict"
);
argList
::
addBoolOption
argList
::
addBoolOption
(
(
...
@@ -296,7 +296,7 @@ int main(int argc, char *argv[])
...
@@ -296,7 +296,7 @@ int main(int argc, char *argv[])
#include "setSystemRunTimeDictionaryIO.H"
#include "setSystemRunTimeDictionaryIO.H"
Info
<<
"Reading "
<<
dict
Name
;
Info
<<
"Reading "
<<
dict
IO
.
name
()
<<
flush
;
IOdictionary
stitchDict
(
dictIO
);
IOdictionary
stitchDict
(
dictIO
);
...
...
applications/utilities/mesh/manipulation/topoSet/topoSet.C
View file @
f721b534
...
@@ -211,7 +211,7 @@ int main(int argc, char *argv[])
...
@@ -211,7 +211,7 @@ int main(int argc, char *argv[])
timeSelector
::
addOptions
(
true
,
false
);
// constant(true), zero(false)
timeSelector
::
addOptions
(
true
,
false
);
// constant(true), zero(false)
argList
::
addOption
(
"dict"
,
"file"
,
"
Use a
lternative topoSetDict"
);
argList
::
addOption
(
"dict"
,
"file"
,
"
A
lternative topoSetDict"
);
#include "addRegionOption.H"
#include "addRegionOption.H"
argList
::
addBoolOption
argList
::
addBoolOption
...
@@ -232,7 +232,7 @@ int main(int argc, char *argv[])
...
@@ -232,7 +232,7 @@ int main(int argc, char *argv[])
const
word
dictName
(
"topoSetDict"
);
const
word
dictName
(
"topoSetDict"
);
#include "setSystemMeshDictionaryIO.H"
#include "setSystemMeshDictionaryIO.H"
Info
<<
"Reading "
<<
dict
Name
<<
nl
<<
endl
;
Info
<<
"Reading "
<<
dict
IO
.
name
()
<<
nl
<<
endl
;
IOdictionary
topoSetDict
(
dictIO
);
IOdictionary
topoSetDict
(
dictIO
);
...
...
applications/utilities/postProcessing/noise/noise.C
View file @
f721b534
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
\\/ M anipulation |
\\/ M anipulation |
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Copyright (C) 2011-2015 OpenFOAM Foundation
Copyright (C) 2011-2015 OpenFOAM Foundation
Copyright (C) 2016-20
17
OpenCFD Ltd.
Copyright (C) 2016-20
20
OpenCFD Ltd.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
License
License
This file is part of OpenFOAM.
This file is part of OpenFOAM.
...
@@ -112,7 +112,7 @@ int main(int argc, char *argv[])
...
@@ -112,7 +112,7 @@ int main(int argc, char *argv[])
argList
::
noCheckProcessorDirectories
();
argList
::
noCheckProcessorDirectories
();
argList
::
addOption
(
"dict"
,
"file"
,
"
Use a
lternative noiseDict"
);
argList
::
addOption
(
"dict"
,
"file"
,
"
A
lternative noiseDict"
);
#include "setRootCase.H"
#include "setRootCase.H"
#include "createTime.H"
#include "createTime.H"
...
@@ -120,7 +120,7 @@ int main(int argc, char *argv[])
...
@@ -120,7 +120,7 @@ int main(int argc, char *argv[])
const
word
dictName
(
"noiseDict"
);
const
word
dictName
(
"noiseDict"
);
#include "setSystemRunTimeDictionaryIO.H"
#include "setSystemRunTimeDictionaryIO.H"
Info
<<
"Reading "
<<
dict
Name
<<
"
\n
"
<<
endl
;
Info
<<
"Reading "
<<
dict
IO
.
name
()
<<
nl
<<
endl
;
IOdictionary
dict
(
dictIO
);
IOdictionary
dict
(
dictIO
);
...
...
applications/utilities/preProcessing/PDRsetFields/PDRsetFields.C
View file @
f721b534
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
\\/ M anipulation |
\\/ M anipulation |
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Copyright (C) 2016 Shell Research Ltd.
Copyright (C) 2016 Shell Research Ltd.
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019
-2020
OpenCFD Ltd.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
License
License
This file is part of OpenFOAM.
This file is part of OpenFOAM.
...
@@ -66,7 +66,7 @@ int main(int argc, char* argv[])
...
@@ -66,7 +66,7 @@ int main(int argc, char* argv[])
"Specify a time"
"Specify a time"
);
);
argList
::
addOption
(
"dict"
,
"file"
,
"
Use a
lternative PDRsetFieldsDict"
);
argList
::
addOption
(
"dict"
,
"file"
,
"
A
lternative PDRsetFieldsDict"
);
argList
::
addBoolOption
argList
::
addBoolOption
(
(
...
@@ -86,7 +86,7 @@ int main(int argc, char* argv[])
...
@@ -86,7 +86,7 @@ int main(int argc, char* argv[])
const
word
dictName
(
"PDRsetFieldsDict"
);
const
word
dictName
(
"PDRsetFieldsDict"
);
#include "setSystemRunTimeDictionaryIO.H"
#include "setSystemRunTimeDictionaryIO.H"
Info
<<
"Reading "
<<
dict
Name
<<
"
\n
"
<<
endl
;
Info
<<
"Reading "
<<
dict
IO
.
name
()
<<
nl
<<
endl
;
IOdictionary
setFieldsDict
(
dictIO
);
IOdictionary
setFieldsDict
(
dictIO
);
...
...
applications/utilities/preProcessing/changeDictionary/changeDictionary.C
View file @
f721b534
...
@@ -399,7 +399,7 @@ int main(int argc, char *argv[])
...
@@ -399,7 +399,7 @@ int main(int argc, char *argv[])
" (such as the patch type for fields and polyMesh/boundary files)."
" (such as the patch type for fields and polyMesh/boundary files)."
);
);
argList
::
addOption
(
"dict"
,
"file"
,
"
Use a
lternative changeDictionaryDict"
);
argList
::
addOption
(
"dict"
,
"file"
,
"
A
lternative changeDictionaryDict"
);
argList
::
addOption
argList
::
addOption
(
(
...
...
applications/utilities/preProcessing/faceAgglomerate/faceAgglomerate.C
View file @
f721b534
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
\\/ M anipulation |
\\/ M anipulation |
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2016 OpenCFD Ltd.
Copyright (C) 2016
-2020
OpenCFD Ltd.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
License
License
This file is part of OpenFOAM.
This file is part of OpenFOAM.
...
@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
...
@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
" algorithm. Writes a map of fine to coarse grid."
" algorithm. Writes a map of fine to coarse grid."
);
);
argList
::
addOption
(
"dict"
,
"file"
,
"
Use a
lternative viewFactorsDict"
);
argList
::
addOption
(
"dict"
,
"file"
,
"
A
lternative viewFactorsDict"
);