mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Detect derived-from-wall boundary conditions
This commit is contained in:
@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user