Correct sign in processorFaPatchScalarField while updating matrix

This commit is contained in:
Vuko Vukcevic 2017-12-14 12:44:30 +01:00
parent 8ce142094e
commit b5be6201e0

View file

@ -83,7 +83,7 @@ void processorFaPatchField<scalar>::updateInterfaceMatrix
{
forAll(edgeFaces, facei)
{
result[edgeFaces[facei]] -= coeffs[facei]*pnf[facei];
result[edgeFaces[facei]] += coeffs[facei]*pnf[facei];
}
}
else