mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
simpleFoam/pitzDaily tutorial: Corrected functionObjects.
This commit is contained in:
@ -17,7 +17,7 @@ FoamFile
|
|||||||
|
|
||||||
application simpleFoam;
|
application simpleFoam;
|
||||||
|
|
||||||
startFrom startTime;
|
startFrom latestTime;
|
||||||
|
|
||||||
startTime 0;
|
startTime 0;
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ functions
|
|||||||
convergenceChecks
|
convergenceChecks
|
||||||
{
|
{
|
||||||
type residualControl;
|
type residualControl;
|
||||||
functionObjectLibs ( "libjobControl.so" );
|
functionObjectLibs ("libjobControl.so");
|
||||||
outputControl timeStep;
|
outputControl timeStep;
|
||||||
outputInterval 1;
|
outputInterval 1;
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ functions
|
|||||||
type streamLine;
|
type streamLine;
|
||||||
|
|
||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libOpenFOAM.so" "libfieldFunctionObjects.so");
|
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||||
|
|
||||||
// Output every
|
// Output every
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
|
|||||||
Reference in New Issue
Block a user