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

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

internalField   uniform 101300.0;

boundaryField
{

    wall
    {
        type        characteristicWallPressure;
        value       $internalField;
    }

    open
    {
        type        characteristicFarfieldPressure;
        U           ( -514.0 0.0 -9.0 );
        p           101300.0;
        T           293.1;
        value       $internalField;
    }

    defaultFaces
    {
        type        characteristicWallPressure;
        value       $internalField;
    }

}

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