mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
updated to reflect changes to function object output handling
This commit is contained in:
@ -54,6 +54,10 @@ functions
|
|||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libfieldAverage.so");
|
functionObjectLibs ("libfieldAverage.so");
|
||||||
|
|
||||||
|
enabled true;
|
||||||
|
|
||||||
|
outputControl outputTime;
|
||||||
|
|
||||||
// Fields to be averaged - runTime modifiable
|
// Fields to be averaged - runTime modifiable
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
|
|||||||
@ -54,6 +54,10 @@ functions
|
|||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libfieldAverage.so");
|
functionObjectLibs ("libfieldAverage.so");
|
||||||
|
|
||||||
|
enabled true;
|
||||||
|
|
||||||
|
outputControl outputTime;
|
||||||
|
|
||||||
// Fields to be averaged - runTime modifiable
|
// Fields to be averaged - runTime modifiable
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
|
|||||||
@ -54,6 +54,10 @@ functions
|
|||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libfieldAverage.so");
|
functionObjectLibs ("libfieldAverage.so");
|
||||||
|
|
||||||
|
enabled true;
|
||||||
|
|
||||||
|
outputControl outputTime;
|
||||||
|
|
||||||
// Fields to be averaged - runTime modifiable
|
// Fields to be averaged - runTime modifiable
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
|
|||||||
@ -54,6 +54,10 @@ functions
|
|||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libfieldAverage.so");
|
functionObjectLibs ("libfieldAverage.so");
|
||||||
|
|
||||||
|
enabled true;
|
||||||
|
|
||||||
|
outputControl outputTime;
|
||||||
|
|
||||||
// Fields to be averaged - runTime modifiable
|
// Fields to be averaged - runTime modifiable
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
|
|||||||
@ -48,7 +48,6 @@ maxAcousticCo 50.0;
|
|||||||
|
|
||||||
functions
|
functions
|
||||||
(
|
(
|
||||||
/*
|
|
||||||
fieldAverage1
|
fieldAverage1
|
||||||
{
|
{
|
||||||
// Type of functionObject
|
// Type of functionObject
|
||||||
@ -57,6 +56,10 @@ functions
|
|||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libfieldAverage.so");
|
functionObjectLibs ("libfieldAverage.so");
|
||||||
|
|
||||||
|
enabled false;
|
||||||
|
|
||||||
|
outputControl outputTime;
|
||||||
|
|
||||||
// Fields to be probed. runTime modifiable!
|
// Fields to be probed. runTime modifiable!
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
@ -80,7 +83,6 @@ functions
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -48,7 +48,6 @@ maxAcousticCo 50.0;
|
|||||||
|
|
||||||
functions
|
functions
|
||||||
(
|
(
|
||||||
/*
|
|
||||||
fieldAverage1
|
fieldAverage1
|
||||||
{
|
{
|
||||||
// Type of functionObject
|
// Type of functionObject
|
||||||
@ -57,6 +56,10 @@ functions
|
|||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libfieldAverage.so");
|
functionObjectLibs ("libfieldAverage.so");
|
||||||
|
|
||||||
|
enabled false;
|
||||||
|
|
||||||
|
outputControl outputTime;
|
||||||
|
|
||||||
// Fields to be probed. runTime modifiable!
|
// Fields to be probed. runTime modifiable!
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
@ -80,7 +83,6 @@ functions
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -54,6 +54,11 @@ 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");
|
||||||
|
|
||||||
|
enabled true;
|
||||||
|
|
||||||
|
outputControl timeStep;
|
||||||
|
outputInterval 1;
|
||||||
|
|
||||||
// Locations to be probed. runTime modifiable!
|
// Locations to be probed. runTime modifiable!
|
||||||
probeLocations
|
probeLocations
|
||||||
(
|
(
|
||||||
@ -81,6 +86,10 @@ functions
|
|||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libfieldAverage.so");
|
functionObjectLibs ("libfieldAverage.so");
|
||||||
|
|
||||||
|
enabled true;
|
||||||
|
|
||||||
|
outputControl outputTime;
|
||||||
|
|
||||||
// Fields to be averaged - runTime modifiable
|
// Fields to be averaged - runTime modifiable
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
|
|||||||
@ -54,6 +54,11 @@ 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");
|
||||||
|
|
||||||
|
enabled true;
|
||||||
|
|
||||||
|
outputControl timeStep;
|
||||||
|
outputInterval 1;
|
||||||
|
|
||||||
// Locations to be probed. runTime modifiable!
|
// Locations to be probed. runTime modifiable!
|
||||||
probeLocations
|
probeLocations
|
||||||
(
|
(
|
||||||
@ -81,6 +86,10 @@ functions
|
|||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libfieldAverage.so");
|
functionObjectLibs ("libfieldAverage.so");
|
||||||
|
|
||||||
|
enabled true;
|
||||||
|
|
||||||
|
outputControl outputTime;
|
||||||
|
|
||||||
// Fields to be averaged - runTime modifiable
|
// Fields to be averaged - runTime modifiable
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user