faceMDLimitedGrad: Corrected addressing
This commit is contained in:
parent
dc0ad78e7c
commit
852634047f
@ -235,7 +235,7 @@ Foam::fv::faceMDLimitedGrad<Foam::vector>::calcGrad
|
||||
g[own],
|
||||
maxFace - vvfOwn,
|
||||
minFace - vvfOwn,
|
||||
Cf[facei] - C[nei]
|
||||
Cf[facei] - C[own]
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user