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/newContactStressFoam/ballAndBrickFriction/0/materials.org
2010-09-23 14:04:10 +01:00

1.7 KiB

/*—————————————————————————*\

=======
\\ / F ield OpenFOAM: The Open Source CFD Toolbox
\\ / O peration Version: 1.2
\\ / A nd Web: http://www.openfoam.org
\\/ M anipulation

\*—————————————————————————*/

FoamFile { version 2.0; format ascii;

root "/home/coyote/hjasak/OpenFOAM/hjasak-1.2/run/newStressAnalysis"; case "newBallAndBrickFriction"; instance ""0""; local "";

class volScalarField; object materials; }

/ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

dimensions [0 0 0 0 0 0 0];

internalField uniform 0;

boundaryField { bottomBrickDown { type zeroGradient; } bottomBrickUp { type zeroGradient; } topBrickDown { type zeroGradient; } topBrickUp { type zeroGradient; } bottomBrickLeft { type zeroGradient; } bottomBrickRight { type zeroGradient; } topBrickLeft { type zeroGradient; } topBrickRight { type zeroGradient; } back { type empty; } front { type empty; } }

/ * /