Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
22ac629d
Commit
22ac629d
authored
Mar 01, 2010
by
mattijs
Browse files
BUG: Detect derived-from-wall boundary conditions
parent
e794f35c
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/incompressible/boundaryFoam/interrogateWallPatches.H
View file @
22ac629d
...
...
@@ -11,7 +11,7 @@ forAll(patches, patchi)
{
const
fvPatch
&
currPatch
=
patches
[
patchi
];
if
(
is
Type
<
wallFvPatch
>
(
currPatch
))
if
(
is
A
<
wallFvPatch
>
(
currPatch
))
{
const
vectorField
nf
=
currPatch
.
nf
();
...
...
Write
Preview
Markdown
is supported
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