Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
85cbbbf6
Commit
85cbbbf6
authored
Sep 16, 2008
by
Andrew Heather
Browse files
updated to reflect changes to function object output handling
parent
e8a70cd0
Changes
8
Hide whitespace changes
Inline
Side-by-side
tutorials/Xoodles/pitzDaily/system/controlDict
View file @
85cbbbf6
...
...
@@ -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
(
...
...
tutorials/Xoodles/pitzDaily3D/system/controlDict
View file @
85cbbbf6
...
...
@@ -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
(
...
...
tutorials/channelOodles/channel395/system/controlDict
View file @
85cbbbf6
...
...
@@ -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
(
...
...
tutorials/coodles/pitzDaily/system/controlDict
View file @
85cbbbf6
...
...
@@ -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
(
...
...
tutorials/lesCavitatingFoam/throttle/system/controlDict
View file @
85cbbbf6
...
...
@@ -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
}
);
}
*/
);
// ************************************************************************* //
tutorials/lesCavitatingFoam/throttle3D/system/controlDict
View file @
85cbbbf6
...
...
@@ -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
}
);
}
*/
);
// ************************************************************************* //
tutorials/oodles/pitzDaily/system/controlDict
View file @
85cbbbf6
...
...
@@ -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
(
...
...
tutorials/oodles/pitzDailyDirectMapped/system/controlDict
View file @
85cbbbf6
...
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment