1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 #includeIfPresent "someUnknownFile"
18 #includeIfPresent "$FOAM_CASE/someUnknownFile"
19 #includeIfPresent "$FOAM_CASE/someUnknownFile-$FOAM_CASENAME"
21 internalField uniform 1;
23 // use 'protect' to supply defaults
25 internalField uniform 10;
26 dimensions [ 0 2 -2 0 0 0 0 ];
31 type turbulentIntensityKineticEnergyInlet;
43 Default_Boundary_Region
52 inlet_5 "a primitiveEntry is squashed by a directory entry";
58 #include "testDictInc"
63 inletValue $internalField;
64 value #include "value";
65 // error #remove self;
70 // this should have no effect
78 // NB: the inputMode has a global scope
105 // this should work too
108 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //