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

1.2 KiB

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

=======
\\ / F ield OpenFOAM: The Open Source CFD Toolbox
\\ / O peration Version: dev
\\ / A nd Web: www.OpenFOAM.org
\\/ 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.5; } outlet { type inletOutlet; phi phi1; inletValue uniform 1; value uniform 1; } walls { type zeroGradient; } }

/ * /