ENH: Tutorial updates

This commit is contained in:
andy 2013-06-03 18:27:18 +01:00
parent d18db8ba07
commit 173549c88a
2 changed files with 3 additions and 2 deletions

View File

@ -32,7 +32,8 @@ boundaryField
}
floatingObject
{
type zeroGradient;
type fixedFluxPressure;
value uniform 0;
}
frontAndBack
{

View File

@ -1,3 +1,3 @@
#!/bin/sh
awk '{print $1 " " $4}' poolHeight/0/faceSource.dat > poolHeight_vs_time
awk '{print $1 " " $4}' postProcessing/poolHeight/0/faceSource.dat > poolHeight_vs_time