mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
faceMDLimitedGrad: Corrected addressing
This commit is contained in:
@ -235,7 +235,7 @@ Foam::fv::faceMDLimitedGrad<Foam::vector>::calcGrad
|
|||||||
g[own],
|
g[own],
|
||||||
maxFace - vvfOwn,
|
maxFace - vvfOwn,
|
||||||
minFace - vvfOwn,
|
minFace - vvfOwn,
|
||||||
Cf[facei] - C[nei]
|
Cf[facei] - C[own]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user