/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  1.6                                   |
|   \\  /    A nd           | Web:      http://www.openfoam.org               |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/

FoamFile
{
    version         2.0;
    format          ascii;

    root            "";
    case            "";
    instance        "";
    local           "";

    class           dictionary;
    object          ABLProperties;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

#include        "../setUp"



// Properties of the mesoscale source terms
momentumSourceType       "given";
temperatureSourceType    "given";


velocityInputType        "speedAndDirection";


#include "../constant/sources"


// Relaxation factors applied when computing sources given desired
// velocity and temperature.
alphaMomentum      0.7;
alphaTemperature   0.7;


// Properties of the Coriolis force
planetaryRotationPeriod   $EarthPeriod;
latitude                  $latitude;


// Statistics gathering input
meanStartTime             $meanStartTime;
corrStartTime             $corrStartTime;

// ************************************************************************* //
