1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: Any |
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;
45 Default_Boundary_Region
54 inlet_5 "a primitiveEntry is squashed by a directory entry";
60 #include "testDictInc"
65 inletValue $internalField;
66 value #include "value";
67 // error #remove self;
70 another #calc{x $x; y $y;};
73 // this should have no effect
81 // NB: the inputMode has a global scope
110 // this should work too
113 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //