Files
openfoam/tutorials/multiphase/interMixingFoam/laminar/damBreak/0/alpha1.org
2010-06-23 16:54:54 +01:00

1.3 KiB

/*——————————–- C++ -———————————-*\

=======
\\ / F ield OpenFOAM: The Open Source CFD Toolbox
\\ / O peration Version: dev
\\ / A nd Web: www.OpenFOAM.com
\\/ M anipulation

\*—————————————————————————*/ FoamFile { version 2.0; format ascii; class volScalarField; object alpha1; } / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

dimensions [0 0 0 0 0 0 0];

internalField uniform 0;

boundaryField { leftWall { type zeroGradient; }

rightWall { type zeroGradient; }

lowerWall { type zeroGradient; }

atmosphere { type inletOutlet; inletValue uniform 1; value uniform 1; }

defaultFaces { type empty; } }

/ * /