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
9162fedf
Commit
9162fedf
authored
Feb 18, 2016
by
Henry Weller
Browse files
chemFoam: use default (empty) BCs for U rather than inheriting from p
parent
f8aa84e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/combustion/chemFoam/createFields.H
View file @
9162fedf
...
...
@@ -80,8 +80,7 @@
IOobject
::
NO_WRITE
),
mesh
,
dimensionedVector
(
"zero"
,
dimVelocity
,
vector
::
zero
),
p
.
boundaryField
().
types
()
dimensionedVector
(
"zero"
,
dimVelocity
,
vector
::
zero
)
);
#include
"createPhi.H"
...
...
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