mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
new interval syntax
This commit is contained in:
@ -57,6 +57,10 @@ functions
|
|||||||
// Type of functionObject
|
// Type of functionObject
|
||||||
type probes;
|
type probes;
|
||||||
|
|
||||||
|
// Output every
|
||||||
|
outputControl timeStep;
|
||||||
|
outputInterval 1;
|
||||||
|
|
||||||
// Name of the directory for the probe data
|
// Name of the directory for the probe data
|
||||||
name probes;
|
name probes;
|
||||||
|
|
||||||
@ -82,8 +86,9 @@ functions
|
|||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libsampling.so");
|
functionObjectLibs ("libsampling.so");
|
||||||
|
|
||||||
// Output every 10th time step
|
// Output every
|
||||||
interval 10;
|
outputControl timeStep;
|
||||||
|
outputInterval 10;
|
||||||
|
|
||||||
surfaceFormat raw;
|
surfaceFormat raw;
|
||||||
|
|
||||||
|
|||||||
@ -57,6 +57,10 @@ functions
|
|||||||
// Type of functionObject
|
// Type of functionObject
|
||||||
type probes;
|
type probes;
|
||||||
|
|
||||||
|
// Output every 10th time step
|
||||||
|
outputControl timeStep;
|
||||||
|
outputInterval 10;
|
||||||
|
|
||||||
// Name of the directory for the probe data
|
// Name of the directory for the probe data
|
||||||
name probes;
|
name probes;
|
||||||
|
|
||||||
@ -82,8 +86,9 @@ functions
|
|||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libsampling.so");
|
functionObjectLibs ("libsampling.so");
|
||||||
|
|
||||||
// Output every 10th time step
|
// Output every 10th time step
|
||||||
interval 10;
|
outputControl timeStep;
|
||||||
|
outputInterval 10;
|
||||||
|
|
||||||
surfaceFormat raw;
|
surfaceFormat raw;
|
||||||
|
|
||||||
|
|||||||
@ -57,6 +57,10 @@ functions
|
|||||||
// Type of functionObject
|
// Type of functionObject
|
||||||
type probes;
|
type probes;
|
||||||
|
|
||||||
|
// Output every
|
||||||
|
outputControl timeStep;
|
||||||
|
outputInterval 1;
|
||||||
|
|
||||||
// Name of the directory for the probe data
|
// Name of the directory for the probe data
|
||||||
name probes;
|
name probes;
|
||||||
|
|
||||||
@ -83,8 +87,9 @@ functions
|
|||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libsampling.so");
|
functionObjectLibs ("libsampling.so");
|
||||||
|
|
||||||
// Output every 10th time step
|
// Output every 10th time step
|
||||||
interval 10;
|
outputControl timeStep;
|
||||||
|
outputInterval 10;
|
||||||
|
|
||||||
surfaceFormat raw;
|
surfaceFormat raw;
|
||||||
|
|
||||||
|
|||||||
@ -57,6 +57,10 @@ functions
|
|||||||
// Type of functionObject
|
// Type of functionObject
|
||||||
type probes;
|
type probes;
|
||||||
|
|
||||||
|
// Output every
|
||||||
|
outputControl timeStep;
|
||||||
|
outputInterval 1;
|
||||||
|
|
||||||
// Name of the directory for the probe data
|
// Name of the directory for the probe data
|
||||||
name probes;
|
name probes;
|
||||||
|
|
||||||
@ -83,8 +87,9 @@ functions
|
|||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libsampling.so");
|
functionObjectLibs ("libsampling.so");
|
||||||
|
|
||||||
// Output every 10th time step
|
// Output every 10th time step
|
||||||
interval 10;
|
outputControl timeStep;
|
||||||
|
outputInterval 10;
|
||||||
|
|
||||||
surfaceFormat raw;
|
surfaceFormat raw;
|
||||||
|
|
||||||
|
|||||||
@ -57,6 +57,10 @@ functions
|
|||||||
// Type of functionObject
|
// Type of functionObject
|
||||||
type probes;
|
type probes;
|
||||||
|
|
||||||
|
// Output every
|
||||||
|
outputControl timeStep;
|
||||||
|
outputInterval 1;
|
||||||
|
|
||||||
// Name of the directory for the probe data
|
// Name of the directory for the probe data
|
||||||
name probes;
|
name probes;
|
||||||
|
|
||||||
@ -83,8 +87,9 @@ functions
|
|||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libsampling.so");
|
functionObjectLibs ("libsampling.so");
|
||||||
|
|
||||||
// Output every 10th time step
|
// Output every 10th time step
|
||||||
interval 10;
|
outputControl timeStep;
|
||||||
|
outputInterval 10;
|
||||||
|
|
||||||
surfaceFormat raw;
|
surfaceFormat raw;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user