Correct sign in processorFaPatchScalarField while updating matrix
This commit is contained in:
parent
8ce142094e
commit
b5be6201e0
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ void processorFaPatchField<scalar>::updateInterfaceMatrix
|
||||||
{
|
{
|
||||||
forAll(edgeFaces, facei)
|
forAll(edgeFaces, facei)
|
||||||
{
|
{
|
||||||
result[edgeFaces[facei]] -= coeffs[facei]*pnf[facei];
|
result[edgeFaces[facei]] += coeffs[facei]*pnf[facei];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Reference in a new issue