51 lines
1.1 KiB
Text
51 lines
1.1 KiB
Text
|
/*---------------------------------------------------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: 1.3 |
|
||
|
| \\ / A nd | Web: http://www.openfoam.org |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
|
||
|
root "/home/hjasak/OpenFOAM/hjasak-1.3/run/Tempus";
|
||
|
case "1D";
|
||
|
instance ""constant"";
|
||
|
local "polyMesh";
|
||
|
|
||
|
class polyBoundaryMesh;
|
||
|
object boundary;
|
||
|
}
|
||
|
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
3
|
||
|
(
|
||
|
left
|
||
|
{
|
||
|
type patch;
|
||
|
nFaces 1;
|
||
|
startFace 49;
|
||
|
}
|
||
|
|
||
|
right
|
||
|
{
|
||
|
type patch;
|
||
|
nFaces 1;
|
||
|
startFace 50;
|
||
|
}
|
||
|
|
||
|
frontAndBack
|
||
|
{
|
||
|
type empty;
|
||
|
physicalType empty;
|
||
|
nFaces 200;
|
||
|
startFace 51;
|
||
|
}
|
||
|
)
|
||
|
|
||
|
// ************************************************************************* //
|