/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM v2512                                  |
|  \\    /   O peration     | Boundary Condition                              |
|   \\  /    A nd           | Inlet Patch Settings                            |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/


// Inlet boundary condition

inlet
{
    type  fixedValue;
    value $internalField;
}


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