75 lines
1.7 KiB
Org Mode
75 lines
1.7 KiB
Org Mode
|
/*---------------------------------------------------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / 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;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|