Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
351fa4f9
Commit
351fa4f9
authored
Dec 21, 2017
by
Andrew Heather
Browse files
TUT: updated sonicFoam case (see
#677
)
parent
e7b15d21
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/compressible/sonicFoam/RAS/nacaAirfoil/Allrun
View file @
351fa4f9
...
...
@@ -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 -> emp
t
y
sed
-i
-e
's/symmetry\([)]*;\)/empty\1/'
constant/polyMesh/boundary
# Don't need these extra files (from star4ToFoam conversion)
...
...
tutorials/compressible/sonicFoam/RAS/nacaAirfoil/system/fvSchemes
View file @
351fa4f9
...
...
@@ -23,6 +23,7 @@ ddtSchemes
gradSchemes
{
default Gauss linear;
grad(U) cellLimited Gauss linear 1;
}
divSchemes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment