1.3 KiB
/ The FOAM Project / File: materials /*
=======
| volScalarField
\\ / |
\\ / | Name: materials
\\ / | Family: Data file
\\/ |
F ield | FOAM version: 2.3
O peration | Product of Nabla Ltd.
A and |
M anipulation | Email: Enquiries@Nabla.co.uk
*/
FoamFile { version 2.0; format ascii;
root "/home/coyote/hjasak/c++/foam/hjasak2.3/run/development"; case "newPlateHole"; instance "constant"; local "";
class volScalarField; object materials; }
/ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField { left { type symmetryPlane; } right { type zeroGradient; } down { type symmetryPlane; } up { type zeroGradient; } hole { type zeroGradient; } frontAndBack { type empty; } }
/ * /