BUGFIX: Fixes for tutorials
This commit is contained in:
parent
480cf683dd
commit
2c1a3a6b6b
3 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,7 @@ runApplication simpleFoam
|
|||
# Copy the mesh from the steady state case and map the results to a
|
||||
# mesh motion case, then solve transient.
|
||||
cd ../wingMotion2D_pimpleDyMFoam
|
||||
\cp -r ../wingMotion2D_simpleFoam/constant/polyMesh/* constant/polyMesh
|
||||
\cp -r ../wingMotion2D_simpleFoam/constant/polyMesh constant
|
||||
\cp -r 0.org 0
|
||||
runApplication mapFields ../wingMotion2D_simpleFoam -sourceTime latestTime -consistent
|
||||
mv 0/pointDisplacement.unmapped 0/pointDisplacement
|
||||
|
|
|
@ -49,6 +49,7 @@ interpolationSchemes
|
|||
default none;
|
||||
interpolate(sigma) linear;
|
||||
interpolate(muLambda) harmonic;
|
||||
interpolate(grad(U)) linear;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
|
@ -51,6 +51,8 @@ interpolationSchemes
|
|||
default none;
|
||||
interpolate(y) linear;
|
||||
interpolate(U) skewCorrected linear;
|
||||
interpolate(grad(U)) linear;
|
||||
interpolate(grad(p)) linear;
|
||||
}
|
||||
|
||||
snGradSchemes
|
||||
|
|
Reference in a new issue