Upgrade case file headers
[foam-extend-3.2.git] / tutorials / incompressible / pimpleDyMFoam / wingMotion / wingMotion2D_pimpleDyMFoam / 0.org / include / fixedInlet
blob53cfa30934a849dad54b95e987d6201c270ff0ec
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 inlet
11     type  fixedValue;
12     value $internalField;
15 // ************************************************************************* //