This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/stressAnalysis/newStressedFoam/plateHole/0/materials
2010-09-23 14:04:10 +01:00

65 lines
1.3 KiB
Text

// 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;
}
}
// ************************************************************************* //