mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
orthogonalSnGrad, uncorrectedSnGrad: Improved documentation
Resolves request http://bugs.openfoam.org/view.php?id=2364
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user