This commit is contained in:
Hrvoje Jasak 2019-04-05 15:28:41 +01:00
parent f8f6b78897
commit 39501b9254

View file

@ -356,6 +356,7 @@ Foam::tmp<Foam::vectorField> Foam::immersedBoundaryFvPatch::nf() const
Foam::tmp<Foam::vectorField> Foam::immersedBoundaryFvPatch::delta() const
{
// Not strictly needed: this is for debug only. HJ, 5/Apr/2019
return ibPolyPatch_.ibPatch().faceCentres() - Cn();
}