openfoam/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/alpha1.org

1.2 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 { inlet { type fixedValue; value uniform 0; }

outlet { type zeroGradient; }

walls { type zeroGradient; }

frontAndBackPlanes { type empty; } }

/ * /