/*--------------------------------*- C++ -*----------------------------------*\
|                                                                             |
|                Generated by the CfdOF workbench for FreeCAD                 |
|                      https://github.com/jaheyns/CfdOF                       |
|                                                                             |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    object      alphat;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

internalField   uniform 0;

boundaryField
{

    wall
    {
        type        compressible::alphatWallFunction;
        value       uniform 0;
    }

    inlet
    {
        type        calculated;
        value       $internalField;
    }

    open
    {
        type        calculated;
        value       $internalField;
    }

    wall001
    {
        type        compressible::alphatWallFunction;
        value       uniform 0;
    }

    defaultFaces
    {
        type        compressible::alphatWallFunction;
        value       uniform 0;
    }

}

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