/*--------------------------------*- 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     simpleFullyDevelopFoam;

startFrom       startTime;

startTime       0;

stopAt          endTime;

endTime         50.0;

deltaT          0.00001;

writeControl    adjustableRunTime;

writeInterval   10.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");
	}
}
*/
// ************************************************************************* //
