Skip to content

Commit

Permalink
3D ribbon mixer. Modified the gather-torques.sh script to take the 1s…
Browse files Browse the repository at this point in the history
…t boundary instead of the boundary 0. (convention was changed a couple of commits ago). Everything works except there is no experimental.dat file for the plot_Np_vs_re.py script (#1381)

Modified mesh section in the doc.
Modified the gather-torques because of the new boundary convention.
ALSO, the experimental.dat file is missing and the reference is not in the doc.
  • Loading branch information
mivaia authored Nov 25, 2024
1 parent 4fe8a57 commit 8897e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Mesh
subsection mesh
set type = gmsh
set file name = diff-step-mesh.msh
set file name = ../diff-step-mesh.msh
set simplex = true
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ for i in $(cat case_index.txt) ;
do
echo "Gathering $i"
echo "-------------"
tail -1 ./$i/output/torque.00.dat >> gather.dat
tail -1 ./$i/output/torque.01.dat >> gather.dat
done

0 comments on commit 8897e3a

Please sign in to comment.