mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Improved the basic tutorial clean functions.
This commit is contained in:
@ -47,10 +47,10 @@ runTimeModifiable yes;
|
||||
|
||||
functions
|
||||
{
|
||||
probes1
|
||||
probes
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ( "libsampling.so" );
|
||||
functionObjectLibs ("libsampling.so");
|
||||
enabled true;
|
||||
outputControl timeStep;
|
||||
outputInterval 1;
|
||||
@ -74,7 +74,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
enabled true;
|
||||
outputControl outputTime;
|
||||
fields
|
||||
|
||||
Reference in New Issue
Block a user