ENH: streamLines: updated syntax for functionObject

This commit is contained in:
mattijs
2012-03-02 12:12:36 +00:00
parent de10a643ad
commit 91c73098fa

View File

@ -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;