Skip to content
Snippets Groups Projects
Commit 173549c8 authored by andy's avatar andy
Browse files

ENH: Tutorial updates

parent d18db8ba
No related merge requests found
......@@ -32,7 +32,8 @@ boundaryField
}
floatingObject
{
type zeroGradient;
type fixedFluxPressure;
value uniform 0;
}
frontAndBack
{
......
#!/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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment