orthogonalSnGrad, uncorrectedSnGrad: Improved documentation
Resolves request http://bugs.openfoam.org/view.php?id=2364
This commit is contained in:
parent
335df22c82
commit
f3bd633dae
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue