From 50dcc40e9aeceafd3bfa117a8e1229d0abdadd49 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs@hunt.opencfd.co.uk> Date: Mon, 20 Oct 2008 15:31:39 +0100 Subject: [PATCH] new interval syntax --- tutorials/interDyMFoam/sloshingTank2D/system/controlDict | 9 +++++++-- .../interDyMFoam/sloshingTank2D3DoF/system/controlDict | 9 +++++++-- tutorials/interDyMFoam/sloshingTank3D/system/controlDict | 9 +++++++-- .../interDyMFoam/sloshingTank3D3DoF/system/controlDict | 9 +++++++-- .../interDyMFoam/sloshingTank3D6DoF/system/controlDict | 9 +++++++-- 5 files changed, 35 insertions(+), 10 deletions(-) diff --git a/tutorials/interDyMFoam/sloshingTank2D/system/controlDict b/tutorials/interDyMFoam/sloshingTank2D/system/controlDict index 8d7fb44aa45..e3e71671692 100644 --- a/tutorials/interDyMFoam/sloshingTank2D/system/controlDict +++ b/tutorials/interDyMFoam/sloshingTank2D/system/controlDict @@ -57,6 +57,10 @@ functions // Type of functionObject type probes; + // Output every + outputControl timeStep; + outputInterval 1; + // Name of the directory for the probe data name probes; @@ -82,8 +86,9 @@ functions // Where to load it from (if not already in solver) functionObjectLibs ("libsampling.so"); - // Output every 10th time step - interval 10; + // Output every + outputControl timeStep; + outputInterval 10; surfaceFormat raw; diff --git a/tutorials/interDyMFoam/sloshingTank2D3DoF/system/controlDict b/tutorials/interDyMFoam/sloshingTank2D3DoF/system/controlDict index 8d7fb44aa45..410cb58d6d2 100644 --- a/tutorials/interDyMFoam/sloshingTank2D3DoF/system/controlDict +++ b/tutorials/interDyMFoam/sloshingTank2D3DoF/system/controlDict @@ -57,6 +57,10 @@ functions // Type of functionObject type probes; + // Output every 10th time step + outputControl timeStep; + outputInterval 10; + // Name of the directory for the probe data name probes; @@ -82,8 +86,9 @@ functions // Where to load it from (if not already in solver) functionObjectLibs ("libsampling.so"); - // Output every 10th time step - interval 10; + // Output every 10th time step + outputControl timeStep; + outputInterval 10; surfaceFormat raw; diff --git a/tutorials/interDyMFoam/sloshingTank3D/system/controlDict b/tutorials/interDyMFoam/sloshingTank3D/system/controlDict index b721c9c0588..208bb1c29a6 100644 --- a/tutorials/interDyMFoam/sloshingTank3D/system/controlDict +++ b/tutorials/interDyMFoam/sloshingTank3D/system/controlDict @@ -57,6 +57,10 @@ functions // Type of functionObject type probes; + // Output every + outputControl timeStep; + outputInterval 1; + // Name of the directory for the probe data name probes; @@ -83,8 +87,9 @@ functions // Where to load it from (if not already in solver) functionObjectLibs ("libsampling.so"); - // Output every 10th time step - interval 10; + // Output every 10th time step + outputControl timeStep; + outputInterval 10; surfaceFormat raw; diff --git a/tutorials/interDyMFoam/sloshingTank3D3DoF/system/controlDict b/tutorials/interDyMFoam/sloshingTank3D3DoF/system/controlDict index b721c9c0588..208bb1c29a6 100644 --- a/tutorials/interDyMFoam/sloshingTank3D3DoF/system/controlDict +++ b/tutorials/interDyMFoam/sloshingTank3D3DoF/system/controlDict @@ -57,6 +57,10 @@ functions // Type of functionObject type probes; + // Output every + outputControl timeStep; + outputInterval 1; + // Name of the directory for the probe data name probes; @@ -83,8 +87,9 @@ functions // Where to load it from (if not already in solver) functionObjectLibs ("libsampling.so"); - // Output every 10th time step - interval 10; + // Output every 10th time step + outputControl timeStep; + outputInterval 10; surfaceFormat raw; diff --git a/tutorials/interDyMFoam/sloshingTank3D6DoF/system/controlDict b/tutorials/interDyMFoam/sloshingTank3D6DoF/system/controlDict index b721c9c0588..208bb1c29a6 100644 --- a/tutorials/interDyMFoam/sloshingTank3D6DoF/system/controlDict +++ b/tutorials/interDyMFoam/sloshingTank3D6DoF/system/controlDict @@ -57,6 +57,10 @@ functions // Type of functionObject type probes; + // Output every + outputControl timeStep; + outputInterval 1; + // Name of the directory for the probe data name probes; @@ -83,8 +87,9 @@ functions // Where to load it from (if not already in solver) functionObjectLibs ("libsampling.so"); - // Output every 10th time step - interval 10; + // Output every 10th time step + outputControl timeStep; + outputInterval 10; surfaceFormat raw; -- GitLab