Reset gamma and sGamma patch values for IB patches
This commit is contained in:
parent
6ba8b5e6b3
commit
c3251bc400
1 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,14 @@
|
||||||
gamma.boundaryField()[patchI] =
|
gamma.boundaryField()[patchI] =
|
||||||
sGamma.boundaryField()[patchI];
|
sGamma.boundaryField()[patchI];
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
sGamma.boundaryField()[patchI] =
|
||||||
|
scalarField(mesh.boundary()[patchI].size(), 1);
|
||||||
|
|
||||||
|
gamma.boundaryField()[patchI] =
|
||||||
|
scalarField(mesh.boundary()[patchI].size(), 1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Adjust the mask in dead faces and dead cells
|
// Adjust the mask in dead faces and dead cells
|
||||||
|
|
Reference in a new issue