/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.1                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//libs ("libincompressibleTurbulenceModel.so");
//libs ("libincompressibleRASModels.so");
//libs ("libturbulenceModels.so");


application     simpleFoam;//simpleFullyDevelopFoam;

startFrom       startTime;

startTime       0.0;

stopAt          endTime;

endTime         5000.0;

deltaT          1;

writeControl    adjustableRunTime;

writeInterval   500.0;

purgeWrite      0;

writeFormat     ascii;

writePrecision  6;

writeCompression off;

timeFormat      general;

timePrecision   6;

runTimeModifiable true;

//Bob add
adjustTimeStep	yes;
maxCo	5;
maxDeltaT	1;

//Bob add
/*
functions
{
	wallShearStress1
	{
		type	wallShearStress;
		functionObjectLibs	("libutilityFunctionObjects.so");
	}
}
*/
// ************************************************************************* //
