Comment
This commit is contained in:
parent
f8f6b78897
commit
39501b9254
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue