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
dd746d4e
Commit
dd746d4e
authored
Nov 11, 2009
by
mattijs
Browse files
incorrect reading of optional wedgePlane
parent
13bddac8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.C
View file @
dd746d4e
...
...
@@ -329,7 +329,7 @@ surfaceDisplacementPointPatchVectorField
surfacesDict_
(
dict
.
subDict
(
"geometry"
)),
projectMode_
(
projectModeNames_
.
read
(
dict
.
lookup
(
"projectMode"
))),
projectDir_
(
dict
.
lookup
(
"projectDirection"
)),
wedgePlane_
(
dict
.
lookupOrDefault
(
dict
.
lookup
(
"wedgePlane"
)
,
-
1
)),
wedgePlane_
(
dict
.
lookupOrDefault
(
"wedgePlane"
,
-
1
)),
frozenPointsZone_
(
dict
.
lookupOrDefault
(
"frozenPointsZone"
,
word
::
null
))
{
if
(
velocity_
.
x
()
<
0
||
velocity_
.
y
()
<
0
||
velocity_
.
z
()
<
0
)
...
...
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