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
|
Foam::fv::orthogonalSnGrad
|
||||||
|
|
||||||
Description
|
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
|
SourceFiles
|
||||||
orthogonalSnGrad.C
|
orthogonalSnGrad.C
|
||||||
|
|||||||
@ -25,7 +25,8 @@ Class
|
|||||||
Foam::fv::uncorrectedSnGrad
|
Foam::fv::uncorrectedSnGrad
|
||||||
|
|
||||||
Description
|
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
|
SourceFiles
|
||||||
uncorrectedSnGrad.C
|
uncorrectedSnGrad.C
|
||||||
|
|||||||
Reference in New Issue
Block a user