BUG: Detect derived-from-wall boundary conditions

This commit is contained in:
mattijs
2010-03-01 14:49:47 +00:00
parent e794f35c86
commit 22ac629da5

View File

@ -11,7 +11,7 @@ forAll(patches, patchi)
{ {
const fvPatch& currPatch = patches[patchi]; const fvPatch& currPatch = patches[patchi];
if (isType<wallFvPatch>(currPatch)) if (isA<wallFvPatch>(currPatch))
{ {
const vectorField nf = currPatch.nf(); const vectorField nf = currPatch.nf();