From 91c73098fa04e33f4c659378fc42ddc15573859a Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 2 Mar 2012 12:12:36 +0000 Subject: [PATCH] ENH: streamLines: updated syntax for functionObject --- .../pisoFoam/les/motorBike/motorBike/system/streamLines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/streamLines b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/streamLines index aa0b6a1d7b..e5f7497292 100644 --- a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/streamLines +++ b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/streamLines @@ -17,7 +17,7 @@ streamLines setFormat vtk; //gnuplot; //xmgr; //raw; //jplot; //csv; //ensight; // Velocity field to use for tracking. - U U; + UName U; // Tracked forwards (+U) or backwards (-U) trackForward true;