diff --git a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/runtimePostProcessing b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/runtimePostProcessing index ebdeafbdc0..8ba9bf34da 100644 --- a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/runtimePostProcessing +++ b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/runtimePostProcessing @@ -51,7 +51,7 @@ postPro1 { streamline { - type line; + type functionObjectLine; functionObject streamLines; representation tube; visible yes; @@ -89,7 +89,7 @@ postPro1 } cuttingPlane1 { - type functionObject; + type functionObjectSurface; functionObject cuttingPlane; colourMap blueWhiteRed; representation glyph; diff --git a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/streamLines b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/streamLines index 95a07f82e2..83ec2e4018 100644 --- a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/streamLines +++ b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/streamLines @@ -23,13 +23,13 @@ streamLines trackForward true; // Names of fields to sample. Should contain above velocity field! - fields (p U); + fields (p U); // Steps particles can travel before being removed lifeTime 10000; // Number of steps per cell (estimate). Set to 1 to disable subcycling. - nSubCycle 5; + nSubCycle 5; // Cloud name to use cloudName particleTracks;