git-svn-id: https://openfoam-extend.svn.sourceforge.net/svnroot/openfoam-extend/trunk/Core/OpenFOAM-1.5-dev@1731 e4e07f05-0c2f-0410-a05a-b8ba57e0c909
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; } }
/ * /