nut.air

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      binary;
    class       volScalarField;
    location    "0.01";
    object      nut.air;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 2 -1 0 0 0 0];

internalField   uniform 229;

boundaryField
{
    Techo
    {
        type            nutkWallFunction;
        value           uniform 0;
    }
    Fondo
    {
        type            nutkWallFunction;
        value           uniform 0;
    }
    Pared
    {
        type            nutkWallFunction;
        value           uniform 0;
    }
    outOil
    {
        type            calculated;
        value           uniform 229;
    }
    Entrada
    {
        type            calculated;
        value           uniform 229;
    }
    outH2O
    {
        type            calculated;
        value           uniform 229;
    }
    frontAndBack_pos
    {
        type            wedge;
    }
    frontAndBack_neg
    {
        type            wedge;
    }
}


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