Skip to content
Snippets Groups Projects
Commit 351fa4f9 authored by Andrew Heather's avatar Andrew Heather
Browse files

TUT: updated sonicFoam case (see #677)

parent e7b15d21
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ cd ${0%/*} || exit 1 # Run from this directory
runApplication star4ToFoam -scale 1 \
$FOAM_TUTORIALS/resources/geometry/nacaAirfoil/nacaAirfoil
# Symmetry plane -> empy
# Symmetry plane -> empty
sed -i -e 's/symmetry\([)]*;\)/empty\1/' constant/polyMesh/boundary
# Don't need these extra files (from star4ToFoam conversion)
......
......@@ -23,6 +23,7 @@ ddtSchemes
gradSchemes
{
default Gauss linear;
grad(U) cellLimited Gauss linear 1;
}
divSchemes
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment