Skip to content
GitLab
Menu
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
ce6cd338
Commit
ce6cd338
authored
Dec 14, 2018
by
sergio
Browse files
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
parents
68e6cd79
10132305
Changes
430
Hide whitespace changes
Inline
Side-by-side
META-INFO/api-info
View file @
ce6cd338
api=181
1
api=181
2
patch=0
applications/solvers/DNS/dnsFoam/dnsFoam.C
View file @
ce6cd338
...
...
@@ -51,7 +51,7 @@ int main(int argc, char *argv[])
#include
"postProcess.H"
#include
"setRootCase.H"
#include
"setRootCase
Lists
.H"
#include
"createTime.H"
#include
"createMeshNoClear.H"
#include
"createControl.H"
...
...
applications/solvers/basic/laplacianFoam/laplacianFoam.C
View file @
ce6cd338
...
...
@@ -65,8 +65,7 @@ int main(int argc, char *argv[])
);
#include
"addCheckCaseOptions.H"
#include
"setRootCase.H"
#include
"setRootCaseLists.H"
#include
"createTime.H"
#include
"createMesh.H"
...
...
applications/solvers/basic/laplacianFoam/overLaplacianDyMFoam/overLaplacianDyMFoam.C
View file @
ce6cd338
...
...
@@ -65,8 +65,7 @@ int main(int argc, char *argv[])
"Overset Laplace equation solver for a scalar quantity."
);
#include
"setRootCase.H"
#include
"setRootCaseLists.H"
#include
"createTime.H"
#include
"createNamedDynamicFvMesh.H"
...
...
applications/solvers/basic/potentialFoam/createFields.H
View file @
ce6cd338
...
...
@@ -38,10 +38,9 @@ if (args.found("initialiseUBCs"))
// Construct a pressure field
// If it is available read it otherwise construct from the velocity BCs
// converting fixed-value BCs to zero-gradient and vice versa.
word
pName
(
"p"
);
//
Update name of the pressure field
from
the
command-line option
args
.
readIfPresent
(
"pName"
,
pName
);
//
Allow override
from command-line
-pName
option
const
word
pName
=
args
.
opt
<
word
>
(
"pName"
,
"p"
);
// Infer the pressure BCs from the velocity
wordList
pBCTypes
...
...
applications/solvers/basic/potentialFoam/overPotentialFoam/createFields.H
View file @
ce6cd338
...
...
@@ -38,10 +38,9 @@ if (args.found("initialiseUBCs"))
// Construct a pressure field
// If it is available read it otherwise construct from the velocity BCs
// converting fixed-value BCs to zero-gradient and vice versa.
word
pName
(
"p"
);
//
Update name of the pressure field
from
the
command-line option
args
.
readIfPresent
(
"pName"
,
pName
);
//
Allow override
from command-line
-pName
option
const
word
pName
=
args
.
opt
<
word
>
(
"pName"
,
"p"
);
// Infer the pressure BCs from the velocity
wordList
pBCTypes
...
...
applications/solvers/basic/potentialFoam/overPotentialFoam/overPotentialFoam.C
View file @
ce6cd338
...
...
@@ -133,7 +133,7 @@ int main(int argc, char *argv[])
"Execute functionObjects"
);
#include
"setRootCase.H"
#include
"setRootCase
Lists
.H"
#include
"createTime.H"
#include
"createNamedDynamicFvMesh.H"
...
...
applications/solvers/basic/potentialFoam/potentialFoam.C
View file @
ce6cd338
...
...
@@ -131,7 +131,7 @@ int main(int argc, char *argv[])
);
#include
"addCheckCaseOptions.H"
#include
"setRootCase.H"
#include
"setRootCase
Lists
.H"
#include
"createTime.H"
#include
"createMesh.H"
...
...
applications/solvers/basic/scalarTransportFoam/scalarTransportFoam.C
View file @
ce6cd338
...
...
@@ -67,7 +67,7 @@ int main(int argc, char *argv[])
);
#include
"addCheckCaseOptions.H"
#include
"setRootCase.H"
#include
"setRootCase
Lists
.H"
#include
"createTime.H"
#include
"createMesh.H"
...
...
applications/solvers/combustion/PDRFoam/PDRFoam.C
View file @
ce6cd338
...
...
@@ -95,7 +95,7 @@ int main(int argc, char *argv[])
#include
"postProcess.H"
#include
"addCheckCaseOptions.H"
#include
"setRootCase.H"
#include
"setRootCase
Lists
.H"
#include
"createTime.H"
#include
"createMesh.H"
#include
"createControl.H"
...
...
applications/solvers/combustion/PDRFoam/PDRFoamAutoRefine.C
View file @
ce6cd338
...
...
@@ -77,8 +77,7 @@ int main(int argc, char *argv[])
" turbulence modelling."
);
#include
"setRootCase.H"
#include
"setRootCaseLists.H"
#include
"createTime.H"
#include
"createDynamicFvMesh.H"
...
...
applications/solvers/combustion/XiFoam/XiDyMFoam/XiDyMFoam.C
View file @
ce6cd338
...
...
@@ -75,7 +75,7 @@ int main(int argc, char *argv[])
#include
"postProcess.H"
#include
"setRootCase.H"
#include
"setRootCase
Lists
.H"
#include
"createTime.H"
#include
"createDynamicFvMesh.H"
#include
"createControl.H"
...
...
applications/solvers/combustion/XiFoam/XiEngineFoam/XiEngineFoam.C
View file @
ce6cd338
...
...
@@ -75,7 +75,7 @@ int main(int argc, char *argv[])
#define CREATE_MESH createEngineMesh.H
#include
"postProcess.H"
#include
"setRootCase.H"
#include
"setRootCase
Lists
.H"
#include
"createEngineTime.H"
#include
"createEngineMesh.H"
#include
"createControl.H"
...
...
applications/solvers/combustion/XiFoam/XiFoam.C
View file @
ce6cd338
...
...
@@ -74,7 +74,7 @@ int main(int argc, char *argv[])
#include
"postProcess.H"
#include
"addCheckCaseOptions.H"
#include
"setRootCase.H"
#include
"setRootCase
Lists
.H"
#include
"createTime.H"
#include
"createMesh.H"
#include
"createControl.H"
...
...
applications/solvers/combustion/chemFoam/chemFoam.C
View file @
ce6cd338
...
...
@@ -60,7 +60,7 @@ int main(int argc, char *argv[])
#define NO_CONTROL
#include
"postProcess.H"
#include
"setRootCase.H"
#include
"setRootCase
Lists
.H"
#include
"createTime.H"
#include
"createSingleCellMesh.H"
#include
"createFields.H"
...
...
applications/solvers/combustion/coldEngineFoam/coldEngineFoam.C
View file @
ce6cd338
...
...
@@ -54,7 +54,7 @@ int main(int argc, char *argv[])
#define CREATE_MESH createEngineMesh.H
#include
"postProcess.H"
#include
"setRootCase.H"
#include
"setRootCase
Lists
.H"
#include
"createEngineTime.H"
#include
"createEngineMesh.H"
#include
"createControl.H"
...
...
applications/solvers/combustion/fireFoam/fireFoam.C
View file @
ce6cd338
...
...
@@ -59,7 +59,7 @@ int main(int argc, char *argv[])
#include
"postProcess.H"
#include
"addCheckCaseOptions.H"
#include
"setRootCase.H"
#include
"setRootCase
Lists
.H"
#include
"createTime.H"
#include
"createMesh.H"
#include
"createControl.H"
...
...
applications/solvers/combustion/reactingFoam/reactingFoam.C
View file @
ce6cd338
...
...
@@ -55,7 +55,7 @@ int main(int argc, char *argv[])
#include
"postProcess.H"
#include
"addCheckCaseOptions.H"
#include
"setRootCase.H"
#include
"setRootCase
Lists
.H"
#include
"createTime.H"
#include
"createMesh.H"
#include
"createControl.H"
...
...
applications/solvers/combustion/reactingFoam/rhoReactingBuoyantFoam/rhoReactingBuoyantFoam.C
View file @
ce6cd338
...
...
@@ -57,7 +57,7 @@ int main(int argc, char *argv[])
#include
"postProcess.H"
#include
"addCheckCaseOptions.H"
#include
"setRootCase.H"
#include
"setRootCase
Lists
.H"
#include
"createTime.H"
#include
"createMesh.H"
#include
"createControl.H"
...
...
applications/solvers/combustion/reactingFoam/rhoReactingFoam/rhoReactingFoam.C
View file @
ce6cd338
...
...
@@ -57,7 +57,7 @@ int main(int argc, char *argv[])
#include
"postProcess.H"
#include
"addCheckCaseOptions.H"
#include
"setRootCase.H"
#include
"setRootCase
Lists
.H"
#include
"createTime.H"
#include
"createMesh.H"
#include
"createControl.H"
...
...
Prev
1
2
3
4
5
…
22
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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