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
03db0e7d
Commit
03db0e7d
authored
Apr 30, 2010
by
mattijs
Browse files
BUG: Move constraint to symmetryPointPatch.
Slip bc can now be used on non-constraint patches
parent
4e0fdc69
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/fields/pointPatchFields/basic/basicSymmetry/basicSymmetryPointPatchField.H
View file @
03db0e7d
...
...
@@ -121,12 +121,6 @@ public:
// Evaluation functions
//- Return the constraint type this pointPatchField implements
virtual
const
word
&
constraintType
()
const
{
return
symmetryPointPatch
::
typeName
;
}
//- Update the patch field
virtual
void
evaluate
(
...
...
src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchField.H
View file @
03db0e7d
...
...
@@ -119,6 +119,16 @@ public:
)
);
}
// Member functions
//- Return the constraint type this pointPatchField implements
virtual
const
word
&
constraintType
()
const
{
return
symmetryPointPatch
::
typeName
;
}
};
...
...
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