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
d057de71
Commit
d057de71
authored
Apr 05, 2011
by
Henry
Browse files
potentialFoam: Changed the sub-dict in fvSolution from SIMPLE to potentialFlow
parent
c513ae8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/solvers/basic/potentialFoam/potentialFoam.C
View file @
d057de71
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2004-201
0
OpenCFD Ltd.
\\ / A nd | Copyright (C) 2004-201
1
OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
applications/solvers/basic/potentialFoam/readControls.H
View file @
d057de71
const
dictionary
&
potentialFlow
=
mesh
.
solutionDict
().
subDict
(
"potentialFlow"
);
const
dictionary
&
potentialFlow
=
mesh
.
solutionDict
().
subDict
(
"potentialFlow"
);
const
int
nNonOrthCorr
=
potentialFlow
.
lookupOrDefault
<
int
>
(
"nNonOrthogonalCorrectors"
,
0
);
...
...
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