Merge branch 'nextRelease' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2 into nextRelease
Conflicts: tutorials/incompressible/pimpleDyMFoam/wingMotion/Allrun
This commit is contained in:
commit
08c9afa87f
2 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,7 @@ interpolationSchemes
|
|||
interpolate(grad(U)) linear;
|
||||
interpolate(sigma) linear;
|
||||
interpolate(muLambda) harmonic;
|
||||
interpolate(grad(U)) linear;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
|
@ -53,6 +53,8 @@ interpolationSchemes
|
|||
interpolate(grad(p)) linear;
|
||||
interpolate(y) linear;
|
||||
interpolate(U) skewCorrected linear;
|
||||
interpolate(grad(U)) linear;
|
||||
interpolate(grad(p)) linear;
|
||||
}
|
||||
|
||||
snGradSchemes
|
||||
|
|
Reference in a new issue