Enable non-orthogonality in IB cells

This commit is contained in:
Hrvoje Jasak 2019-10-14 13:46:22 +01:00
parent 0c97fc7945
commit 1c53501d92

View file

@ -270,7 +270,7 @@ void Foam::immersedBoundaryFvPatch::makeDeltaCoeffs
void Foam::immersedBoundaryFvPatch::makeCorrVecs(fvsPatchVectorField& cv) const void Foam::immersedBoundaryFvPatch::makeCorrVecs(fvsPatchVectorField& cv) const
{ {
// Set patch non-orthogonality correction to zero // Set patch non-orthogonality correction to zero
cv = vector::zero; // cv = vector::zero;
vectorField& cvIn = const_cast<vectorField&>(cv.internalField()); vectorField& cvIn = const_cast<vectorField&>(cv.internalField());