1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions [0 1 -1 0 0 0 0];
20 internalField uniform (0 0 0);
33 inletValue $internalField;
39 type flowRateInletVelocity;
40 flowRate 0.001294; //60kW C3H8
41 value uniform (0 0 0);
46 type pressureInletOutletVelocity;
53 type directMappedFlowRate;
57 value uniform (0 0 0);
62 // ************************************************************************* //