47 lines
1.2 KiB
C++
47 lines
1.2 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 4.x |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class volScalarField;
|
|
location "-143";
|
|
object O2;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
dimensions [ 0 0 0 0 0 0 0 ];
|
|
|
|
internalField uniform 0.217239;
|
|
|
|
boundaryField
|
|
{
|
|
piston
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
liner
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
cylinderHead
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
cyclic_half0
|
|
{
|
|
type cyclic;
|
|
}
|
|
cyclic_half1
|
|
{
|
|
type cyclic;
|
|
}
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|