Enable non-orthogonality in IB cells
This commit is contained in:
parent
0c97fc7945
commit
1c53501d92
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
|
|
||||||
|
|
Reference in a new issue