updated to reflect changes to function object output handling

This commit is contained in:
andy 2008-09-16 11:24:03 +01:00
parent e8a70cd066
commit 85cbbbf6ec
8 changed files with 42 additions and 4 deletions

View File

@ -54,6 +54,10 @@ functions
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldAverage.so");
enabled true;
outputControl outputTime;
// Fields to be averaged - runTime modifiable
fields
(

View File

@ -54,6 +54,10 @@ functions
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldAverage.so");
enabled true;
outputControl outputTime;
// Fields to be averaged - runTime modifiable
fields
(

View File

@ -54,6 +54,10 @@ functions
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldAverage.so");
enabled true;
outputControl outputTime;
// Fields to be averaged - runTime modifiable
fields
(

View File

@ -54,6 +54,10 @@ functions
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldAverage.so");
enabled true;
outputControl outputTime;
// Fields to be averaged - runTime modifiable
fields
(

View File

@ -48,7 +48,6 @@ maxAcousticCo 50.0;
functions
(
/*
fieldAverage1
{
// Type of functionObject
@ -57,6 +56,10 @@ functions
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldAverage.so");
enabled false;
outputControl outputTime;
// Fields to be probed. runTime modifiable!
fields
(
@ -80,7 +83,6 @@ functions
}
);
}
*/
);
// ************************************************************************* //

View File

@ -48,7 +48,6 @@ maxAcousticCo 50.0;
functions
(
/*
fieldAverage1
{
// Type of functionObject
@ -57,6 +56,10 @@ functions
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldAverage.so");
enabled false;
outputControl outputTime;
// Fields to be probed. runTime modifiable!
fields
(
@ -80,7 +83,6 @@ functions
}
);
}
*/
);
// ************************************************************************* //

View File

@ -54,6 +54,11 @@ functions
// Where to load it from (if not already in solver)
functionObjectLibs ("libsampling.so");
enabled true;
outputControl timeStep;
outputInterval 1;
// Locations to be probed. runTime modifiable!
probeLocations
(
@ -81,6 +86,10 @@ functions
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldAverage.so");
enabled true;
outputControl outputTime;
// Fields to be averaged - runTime modifiable
fields
(

View File

@ -54,6 +54,11 @@ functions
// Where to load it from (if not already in solver)
functionObjectLibs ("libsampling.so");
enabled true;
outputControl timeStep;
outputInterval 1;
// Locations to be probed. runTime modifiable!
probeLocations
(
@ -81,6 +86,10 @@ functions
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldAverage.so");
enabled true;
outputControl outputTime;
// Fields to be averaged - runTime modifiable
fields
(