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 floatingObject
{ {
type zeroGradient; type fixedFluxPressure;
value uniform 0;
} }
frontAndBack frontAndBack
{ {

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/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