Revert hinv in fvcReconstruct - problem cases.
This commit is contained in:
parent
b2c5b1f561
commit
070957cff2
1 changed files with 3 additions and 1 deletions
|
@ -90,9 +90,11 @@ reconstruct
|
|||
// Note: hinv inverse must be used to stabilise the inverse on bad meshes
|
||||
// but it gives strange failures. Fixed hinv. HJ, 22/Mar/2019
|
||||
// HJ, 19/Aug/2015
|
||||
// Temporarily reverting hinv: Vuko Vukcevic, 6/Jun/2019
|
||||
reconField.internalField() =
|
||||
(
|
||||
hinv
|
||||
// hinv
|
||||
inv
|
||||
(
|
||||
surfaceSum(sqr(mesh.Sf())/mesh.magSf())().internalField()
|
||||
)
|
||||
|
|
Reference in a new issue