Skip to content
Snippets Groups Projects
Commit 85036f78 authored by Henry Weller's avatar Henry Weller
Browse files

orthogonalSnGrad, uncorrectedSnGrad: Improved documentation

Resolves request http://bugs.openfoam.org/view.php?id=2364
parent 144e08e2
Branches
Tags
No related merge requests found
......@@ -25,7 +25,8 @@ Class
Foam::fv::orthogonalSnGrad
Description
Simple central-difference snGrad scheme without non-orthogonal correction.
Simple central-difference snGrad scheme using the cell-centre to cell-centre
delta-coefficients.
SourceFiles
orthogonalSnGrad.C
......
......@@ -25,7 +25,8 @@ Class
Foam::fv::uncorrectedSnGrad
Description
Simple central-difference snGrad scheme without non-orthogonal correction.
Simple central-difference snGrad scheme using the non-orthogonal mesh
delta-coefficients but without non-orthogonal correction.
SourceFiles
uncorrectedSnGrad.C
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment