From f615ba2ab645dc518b591f8bd6d55d8b4e7c2434 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Tue, 7 Feb 2012 09:38:11 +0000 Subject: [PATCH] STYLE: wallBoundedStreamLines: added comment --- .../simpleFoam/motorBike/system/wallBoundedStreamLines | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/wallBoundedStreamLines b/tutorials/incompressible/simpleFoam/motorBike/system/wallBoundedStreamLines index 09db1038e74..e3e050e2b92 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; -- GitLab