IB patch sizing trick deactivated

This commit is contained in:
Hrvoje Jasak 2019-01-26 13:19:35 +00:00
parent 69d6bf1abe
commit 758dad7a27

View file

@ -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();
}