new interval syntax

This commit is contained in:
mattijs
2008-10-20 15:31:39 +01:00
parent b51bc77986
commit 50dcc40e9a
5 changed files with 35 additions and 10 deletions

View File

@ -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;

View File

@ -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;
@ -83,7 +87,8 @@ functions
functionObjectLibs ("libsampling.so");
// Output every 10th time step
interval 10;
outputControl timeStep;
outputInterval 10;
surfaceFormat raw;

View File

@ -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;
@ -84,7 +88,8 @@ functions
functionObjectLibs ("libsampling.so");
// Output every 10th time step
interval 10;
outputControl timeStep;
outputInterval 10;
surfaceFormat raw;

View File

@ -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;
@ -84,7 +88,8 @@ functions
functionObjectLibs ("libsampling.so");
// Output every 10th time step
interval 10;
outputControl timeStep;
outputInterval 10;
surfaceFormat raw;

View File

@ -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;
@ -84,7 +88,8 @@ functions
functionObjectLibs ("libsampling.so");
// Output every 10th time step
interval 10;
outputControl timeStep;
outputInterval 10;
surfaceFormat raw;