diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/wallBoundedStreamLines b/tutorials/incompressible/simpleFoam/motorBike/system/wallBoundedStreamLines index 09db1038e7..e3e050e2b9 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/system/wallBoundedStreamLines +++ b/tutorials/incompressible/simpleFoam/motorBike/system/wallBoundedStreamLines @@ -20,6 +20,7 @@ near // Fields to be sampled. Per field original name and mapped field to // create. + // Note: fields only get updated when writing! fields ( (U UNear) @@ -85,7 +86,7 @@ wallBoundedStreamLines } patchSeedCoeffs { - type patchSeed;//patchCloud; //cloud; //uniform; + type patchSeed; patches (motorBike); axis x; //distance; maxPoints 20000;