IB patch sizing trick deactivated
This commit is contained in:
parent
69d6bf1abe
commit
758dad7a27
1 changed files with 4 additions and 4 deletions
|
@ -367,10 +367,10 @@ Foam::label Foam::immersedBoundaryFvPatch::size() const
|
|||
// Initialisation happens when the fvMesh is initialised, which should be
|
||||
// sufficient
|
||||
// HJ, 12/Dec/2018
|
||||
if (!ibPolyPatch_.active())
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
// if (!ibPolyPatch_.active())
|
||||
// {
|
||||
// return 0;
|
||||
// }
|
||||
|
||||
return ibPolyPatch_.ibCells().size();
|
||||
}
|
||||
|
|
Reference in a new issue