PHASTA/Extract Wall Shear Stress
From PHASTA Wiki
How to extract the wall shear stress vectors from the ybar file containing time-averaged statistics or the restart file containing instantaneous solutions?
1. Go to the directory containing the reduced one-part geombc.dat.1 file and the ybar file, for example, ybar.352000-372000.0
2. Run the following command one by one
mkdir wss
cd wss
ln -s ../geombc.dat.1
cp ~/develop/phasta/wallshearC/wallshearC/input.config .
cp ~/develop/phasta/wallshearC/wallshearC/solver.inp .
ln -s ../ybar.352000-372000.0 ybar.372000.0
echo 372000 > numstart.dat
ehco 1 > itagybar.dat
mpirun ~/develop/phasta/wallshearC/wallshearC/bin/x86_64_linux-icc/wallshearC.exe-openmpi > dumpWSS.log 2>&1 &
tail -f dumpWSS.log