We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678daec commit 088c8b9Copy full SHA for 088c8b9
tutorials/pehills_foam/pre_processing/run
@@ -15,6 +15,10 @@ cd ../
15
./klmodes.py
16
17
# Create mesh and 0 directory for the foam case
18
+rm ../foam/0.orig/*
19
+cp baseline_foam/10000/U ../foam/0.orig/
20
+cp baseline_foam/10000/p ../foam/0.orig/
21
+cp baseline_foam/10000/nut ../foam/0.orig/
22
cd ../foam
23
cp -r 0.orig 0
24
blockMesh
0 commit comments