ENH: patchCloud: return pTraits<Type>::max for unfound points
[OpenFOAM-1.7.x.git] / tutorials / lagrangian / porousExplicitSourceReactingParcelFoam / verticalChannel / 0 / p
blobaef351f6ab9a8ef12521933351485fc214c60c5e
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.7.1                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      p;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [1 -1 -2 0 0 0 0];
20 internalField   uniform 100000;
22 boundaryField
24     back
25     {
26         type            symmetryPlane;
27     }
28     front
29     {
30         type            symmetryPlane;
31     }
32     inletCentral
33     {
34         type            zeroGradient;
35     }
36     inletSides
37     {
38         type            zeroGradient;
39     }
40     outlet
41     {
42         type            fixedValue;
43         value           uniform 100000;
44     }
45     walls
46     {
47         type            zeroGradient;
48     }
52 // ************************************************************************* //