Skip to content
Snippets Groups Projects
Commit 203157e3 authored by andy's avatar andy
Browse files

ENH: Tutorial updates

parent 5c3ffcae
Branches
Tags
No related merge requests found
...@@ -179,14 +179,16 @@ subModels ...@@ -179,14 +179,16 @@ subModels
cloudFunctions cloudFunctions
{ {
patchPostProcessing patchPostProcessing1
{ {
type patchPostProcessing;
maxStoredParcels 100; maxStoredParcels 100;
patches ( outlet ); patches ( outlet );
} }
particleTracks particleTracks1
{ {
type particleTracks;
trackInterval 5; trackInterval 5;
maxSamples 1000000; maxSamples 1000000;
resetOnWrite yes; resetOnWrite yes;
......
...@@ -130,10 +130,11 @@ subModels ...@@ -130,10 +130,11 @@ subModels
cloudFunctions cloudFunctions
{ {
particleCollector particleCollector1
{ {
mode concentricCircle; type particleCollector;
mode concentricCircle;
origin (0.05 0.025 0.005); origin (0.05 0.025 0.005);
radius (0.01 0.025 0.05); radius (0.01 0.025 0.05);
nSector 10; nSector 10;
......
...@@ -164,10 +164,10 @@ subModels ...@@ -164,10 +164,10 @@ subModels
cloudFunctions cloudFunctions
{ {
patchPostProcessing patchPostProcessing1
{ {
type patchPostProcessing;
maxStoredParcels 20; maxStoredParcels 20;
patches patches
( (
cycLeft_half0 cycLeft_half0
...@@ -175,8 +175,9 @@ cloudFunctions ...@@ -175,8 +175,9 @@ cloudFunctions
); );
} }
facePostProcessing facePostProcessing1
{ {
type facePostProcessing;
surfaceFormat vtk; surfaceFormat vtk;
resetOnWrite no; resetOnWrite no;
log yes; log yes;
......
...@@ -186,11 +186,11 @@ subModels ...@@ -186,11 +186,11 @@ subModels
cloudFunctions cloudFunctions
{ {
patchPostProcessing patchPostProcessing1
{ {
type patchPostProcessing;
maxStoredParcels 100; maxStoredParcels 100;
patches ( outlet );
patches ( outlet );
} }
} }
......
...@@ -179,14 +179,16 @@ subModels ...@@ -179,14 +179,16 @@ subModels
cloudFunctions cloudFunctions
{ {
patchPostProcessing patchPostProcessing1
{ {
type patchPostProcessing;
maxStoredParcels 100; maxStoredParcels 100;
patches ( outlet ); patches ( outlet );
} }
particleTracks particleTracks1
{ {
type particleTracks;
trackInterval 5; trackInterval 5;
maxSamples 1000000; maxSamples 1000000;
resetOnWrite yes; resetOnWrite yes;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment