mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: controlDict: writeInterval syntax
This commit is contained in:
@ -59,7 +59,6 @@ functions
|
|||||||
type probes;
|
type probes;
|
||||||
functionObjectLibs ("libsampling.so");
|
functionObjectLibs ("libsampling.so");
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
outputInterval 1;
|
|
||||||
probeLocations
|
probeLocations
|
||||||
(
|
(
|
||||||
( 0 9.95 19.77 )
|
( 0 9.95 19.77 )
|
||||||
@ -76,9 +75,7 @@ functions
|
|||||||
type surfaces;
|
type surfaces;
|
||||||
functionObjectLibs ("libsampling.so");
|
functionObjectLibs ("libsampling.so");
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
outputInterval 10;
|
|
||||||
surfaceFormat raw;
|
surfaceFormat raw;
|
||||||
interpolationScheme isThisNeeded;
|
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
p
|
p
|
||||||
|
|||||||
Reference in New Issue
Block a user