/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2112                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      fvOptions;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

pressureGradient
{
    type            vectorSemiImplicitSource;
    volumeMode      specific;
    selectionMode   all;
    injectionRateSuSp
    {
        U               ( ( 0 0.00197805 0 ) 0 );
    }
}

atmCoriolisUSource1
{
    type            atmCoriolisUSource;
    atmCoriolisUSourceCoeffs
    {
        selectionMode   all;
        Omega           ( 0 0 5.65156e-05 );
    }
}

atmAmbientTurbSource1
{
    type            atmAmbientTurbSource;
    atmAmbientTurbSourceCoeffs
    {
        selectionMode   all;
        kAmb            0.0001;
        epsilonAmb      7.208e-08;
    }
}

atmBuoyancyTurbSource1
{
    type            atmBuoyancyTurbSource;
    atmBuoyancyTurbSourceCoeffs
    {
        selectionMode   all;
        rho             rho;
        Lmax            41.8;
        beta            0.0033;
    }
}

atmLengthScaleTurbSource1
{
    type            atmLengthScaleTurbSource;
    atmLengthScaleTurbSourceCoeffs
    {
        selectionMode   all;
        Lmax            41.8;
        n               3;
    }
}

atmPlantCanopyUSource1
{
    type            atmPlantCanopyUSource;
    atmPlantCanopyUSourceCoeffs
    {
        selectionMode   all;
    }
}

atmPlantCanopyTSource1
{
    type            atmPlantCanopyTSource;
    atmPlantCanopyTSourceCoeffs
    {
        selectionMode   all;
    }
}

atmPlantCanopyTurbSource1
{
    type            atmPlantCanopyTurbSource;
    atmPlantCanopyTurbSourceCoeffs
    {
        selectionMode   all;
        rho             rho;
    }
}


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